aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-08-04 13:27:19 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-08-04 13:27:19 +0000
commit8ca4739232b07173d58feeb8e68d3f49242182a0 (patch)
tree245aee35de4c00ee464138adc1a740942aafd96b /param.ccl
parent5aac3f208fa45b75b04ff734ec646033301cd903 (diff)
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
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
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"