From 349ddfc374db1b51d8f78aaed72c24b0f42e4b20 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 15 Sep 2005 14:25:59 +0000 Subject: Tag Grid::gridspacings and Grid::coordinates with 'Checkpoint="no"'. This is patch http://www.cactuscode.org/pipermail/patches/2005-September/000076.html. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@217 c78560ca-4b45-4335-b268-5f3340f3cb52 --- interface.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface.ccl b/interface.ccl index d28e3fe..514ca1b 100644 --- a/interface.ccl +++ b/interface.ccl @@ -61,12 +61,12 @@ USES FUNCTION Boundary_SelectedGVs public: -REAL gridspacings type=SCALAR +REAL gridspacings type=SCALAR tags='Checkpoint="no"' { coarse_dx, coarse_dy, coarse_dz } "3D Cartesian grid spacings" -REAL coordinates type=GF tags='Prolongation="None"' +REAL coordinates type=GF tags='Prolongation="None" Checkpoint="no"' { x, y, z, r # will become: -- cgit v1.2.3