changeset 1750:e2abd72d7ce0 feature/grids/manifolds

Merge feature/grids/curvilinear
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 11 Sep 2024 15:44:20 +0200
parents 03894fd7b132 (current diff) e4353d5e8fc3 (diff)
children f3d7e2d7a43f 819ab806960f
files src/Grids/mapped_grid.jl
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Grids/mapped_grid.jl	Wed Sep 11 15:41:58 2024 +0200
+++ b/src/Grids/mapped_grid.jl	Wed Sep 11 15:44:20 2024 +0200
@@ -23,8 +23,6 @@
         end
 
         if size(first(jacobian)) != (length(first(physicalcoordinates)),D)
-            @show size(first(jacobian))
-            @show (length(first(physicalcoordinates)),D)
             throw(ArgumentError("The size of the jacobian must match the dimensions of the grid and coordinates"))
         end