aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 5 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index 3c3bbd6..c5a4478 100644
--- a/param.ccl
+++ b/param.ccl
@@ -5,17 +5,17 @@ restricted:
INT global_nx "The size of the grid in the x direction"
{
- 1:* :: "Grid of this size distributed across all processors"
+ *:* :: "Grid of this size distributed across all processors"
} 10
INT global_ny "The size of the grid in the y direction"
{
- 1:* :: "Grid of this size distributed across all processors"
+ *:* :: "Grid of this size distributed across all processors"
} 10
INT global_nz "The size of the grid in the z direction"
{
- 1:* :: "Grid of this size distributed across all processors"
+ *:* :: "Grid of this size distributed across all processors"
} 10
INT ghost_size "The width of the ghost zone"
@@ -80,3 +80,5 @@ INT padding_address_spacing "Number of CCTK_REALs to space starting addresses in
LOGICAL zero_memory "Zero memory for GF's at allocation time ?"
{
} yes
+
+