changeset 1749:e4353d5e8fc3 feature/grids/curvilinear

Remove left over @show
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 11 Sep 2024 15:43:17 +0200
parents e719c6dadba6
children e2abd72d7ce0 c98d9c528a22
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:26:47 2024 +0200
+++ b/src/Grids/mapped_grid.jl	Wed Sep 11 15:43:17 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