Mercurial > repos > public > sbplib_julia
changeset 1931:bb2c708d724d feature/grids/manifolds
Implement connections for unstructured atlas
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 07 Feb 2025 09:18:09 +0100 |
parents | e985eaa20ecf |
children | ac63820222f8 |
files | src/Grids/manifolds.jl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r e985eaa20ecf -r bb2c708d724d src/Grids/manifolds.jl --- a/src/Grids/manifolds.jl Fri Feb 07 09:17:28 2025 +0100 +++ b/src/Grids/manifolds.jl Fri Feb 07 09:18:09 2025 +0100 @@ -92,4 +92,4 @@ end charts(a::UnstructuredAtlas) = a.charts -connections(a::UnstructuredAtlas) = nothing +connections(a::UnstructuredAtlas) = a.connections