changeset 1957:7da0ce15b3c1
feature/grids/multiblock_boundaries
Clean up some white space
author |
Jonatan Werpers <jonatan@werpers.com> |
date |
Tue, 11 Feb 2025 08:58:37 +0100 |
parents |
b0fcb29e3620 |
children |
061f2f0d50c9 |
files |
src/Grids/Grids.jl test/Grids/multiblockgrids_test.jl |
diffstat |
2 files changed, 0 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/src/Grids/Grids.jl Tue Feb 11 08:54:18 2025 +0100
+++ b/src/Grids/Grids.jl Tue Feb 11 08:58:37 2025 +0100
@@ -57,7 +57,6 @@
export MultiBlockBoundary
-
# MappedGrid
export MappedGrid
export jacobian
--- a/test/Grids/multiblockgrids_test.jl Tue Feb 11 08:54:18 2025 +0100
+++ b/test/Grids/multiblockgrids_test.jl Tue Feb 11 08:58:37 2025 +0100
@@ -6,5 +6,4 @@
@test grid_id(MultiBlockBoundary{1,UpperBoundary}()) == 1
@test boundary_id(MultiBlockBoundary{1,UpperBoundary}()) == UpperBoundary()
-
end