From a2fd4c63a4f7f3dd01c27e4a98185c57987e8fb3 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 20 Feb 2008 00:18:31 +0000 Subject: Allow grids with 0 grid cells, since this is legal. A grid with 0 cells still has one active grid point. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@32 0337457d-221f-4ee6-a5f0-14255d5370d8 --- param.ccl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/param.ccl b/param.ccl index 179bf99..7abe61a 100644 --- a/param.ccl +++ b/param.ccl @@ -51,7 +51,7 @@ CCTK_REAL dx "Grid spacing in x direction" CCTK_INT ncells_x "Number of grid cells in x direction" { - 1:* :: "" + 0:* :: "" } 1 # Domain description in the y direction. @@ -83,7 +83,7 @@ CCTK_REAL dy "Grid spacing in y direction" CCTK_INT ncells_y "Number of grid cells in y direction" { - 1:* :: "" + 0:* :: "" } 1 # Domain description in the z direction. @@ -115,7 +115,7 @@ CCTK_REAL dz "Grid spacing in z direction" CCTK_INT ncells_z "Number of grid cells in z direction" { - 1:* :: "" + 0:* :: "" } 1 -- cgit v1.2.3