From 8ca4739232b07173d58feeb8e68d3f49242182a0 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 4 Aug 2000 13:27:19 +0000 Subject: Allowed ranges for ghost_size_[xyz] start from 0 now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@259 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- param.ccl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index c93a24e..40d2969 100644 --- a/param.ccl +++ b/param.ccl @@ -42,17 +42,17 @@ INT global_nsize "The size of the grid in each spatial direction" INT ghost_size_x "The width of the ghost zone in the x direction" { - 1:* :: "Must be a positive integer" + 0:* :: "Must be a positive integer" } 1 INT ghost_size_y "The width of the ghost zone in the y direction" { - 1:* :: "Must be a positive integer" + 0:* :: "Must be a positive integer" } 1 INT ghost_size_z "The width of the ghost zone in the z direction" { - 1:* :: "Must be a positive integer" + 0:* :: "Must be a positive integer" } 1 INT ghost_size "The width of the ghost zone in each direction" @@ -208,4 +208,4 @@ STRING partition_3d_z "Tells how to partition on direction z" LOGICAL storage_verbose "Report on memory assignment" { -} "no" \ No newline at end of file +} "no" -- cgit v1.2.3