aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-08-28 17:44:08 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-08-28 17:44:08 +0000
commit127a5f37d9285aabc00e623c347a7c0d4150d3b7 (patch)
treeef11b1338590468dbd3db2147f59c5c1069f6b46 /param.ccl
parent126b50788b6356a7698ccf7ee3e1d3e3189ed08b (diff)
A better parameter range description for PUGH::ghost_size.
This fixes CactusPUGH-PUGH/417. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@263 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 40d2969..1c83eb7 100644
--- a/param.ccl
+++ b/param.ccl
@@ -57,7 +57,7 @@ INT ghost_size_z "The width of the ghost zone in the z direction"
INT ghost_size "The width of the ghost zone in each direction"
{
- -1:* :: "Must be a positive integer"
+ -1:* :: "Any positive number to override the ghost_size_[xyz] parameters"
} -1
BOOLEAN periodic "Periodic boundary conditions"