changeset 1925:297e3d74f697 feature/grids/manifolds

Add type to connetions field in UnstructuredAtlas
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 06 Feb 2025 15:48:37 +0100
parents c7c9e901951d
children c02797f146c1
files src/Grids/manifolds.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Grids/manifolds.jl	Thu Feb 06 15:48:03 2025 +0100
+++ b/src/Grids/manifolds.jl	Thu Feb 06 15:48:37 2025 +0100
@@ -92,7 +92,7 @@
 
 struct UnstructuredAtlas <: Atlas
     charts::Vector{Chart}
-    connections
+    connections::Vector{Tuple{MultiBlockBoundary, MultiBlockBoundary}}
 end
 
 charts(a::UnstructuredAtlas) = a.charts