Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1924:c7c9e901951d feature/grids/manifolds
Fix order of includes
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 06 Feb 2025 15:48:03 +0100 |
parents | 27a2d37ff3b4 |
children | 1b012e2d5db1 |
comparison
equal
deleted
inserted
replaced
1923:a2923694d5b7 | 1924:c7c9e901951d |
---|---|
73 export logical_grid | 73 export logical_grid |
74 export mapped_grid | 74 export mapped_grid |
75 export metric_tensor | 75 export metric_tensor |
76 | 76 |
77 include("parameter_space.jl") | 77 include("parameter_space.jl") |
78 include("grid.jl") | |
79 include("multiblockgrids.jl") | |
78 include("manifolds.jl") | 80 include("manifolds.jl") |
79 include("grid.jl") | |
80 include("tensor_grid.jl") | 81 include("tensor_grid.jl") |
81 include("equidistant_grid.jl") | 82 include("equidistant_grid.jl") |
82 include("zero_dim_grid.jl") | 83 include("zero_dim_grid.jl") |
83 include("mapped_grid.jl") | 84 include("mapped_grid.jl") |
84 include("multiblockgrids.jl") | |
85 | 85 |
86 end # module | 86 end # module |