aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-07-30 22:45:56 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-07-30 22:45:56 +0000
commitff3408521fc9c7a2892b4688dfdd9f8e953bfcca (patch)
tree5d4ee8aefbdc1270c33403959649540bd36df08b /param.ccl
parent3aa1a3d966a8c28dfa047f2a515b3c9809c46583 (diff)
A lot of parameter name changes, especially for IO
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@82 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl3
1 files changed, 0 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index 7ed16a9..3c3bbd6 100644
--- a/param.ccl
+++ b/param.ccl
@@ -5,19 +5,16 @@ restricted:
INT global_nx "The size of the grid in the x direction"
{
- *:-1 :: "Fixed size of minus this per processor"
1:* :: "Grid of this size distributed across all processors"
} 10
INT global_ny "The size of the grid in the y direction"
{
- *:-1 :: "Fixed size of minus this per processor"
1:* :: "Grid of this size distributed across all processors"
} 10
INT global_nz "The size of the grid in the z direction"
{
- *:-1 :: "Fixed size of minus this per processor"
1:* :: "Grid of this size distributed across all processors"
} 10