aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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