comparison src/Grids/manifolds.jl @ 1987:ebe883807b62 feature/grids/manifolds

Make doc string more clear
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 12 Mar 2025 08:41:53 +0100
parents 3fb5b03162ee
children 6dd00ea0511a
comparison
equal deleted inserted replaced
1986:98b04947588d 1987:ebe883807b62
51 function charts end 51 function charts end
52 52
53 """ 53 """
54 connections(::Atlas) 54 connections(::Atlas)
55 55
56 Collection of pairs of multiblock boundary identifiers. 56 Collection of 2-tuples of multiblock boundary identifiers.
57 """ 57 """
58 function connections end 58 function connections end
59 59
60 60
61 """ 61 """