diff src/Grids/mapped_grid.jl @ 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 e4353d5e8fc3
children 819ab806960f
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