aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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 f99c696..195c4c2 100644
--- a/param.ccl
+++ b/param.ccl
@@ -28,19 +28,19 @@ restricted:
REAL dx "Coarse grid spacing in x-direction"
{
- 0: ::
+ 0:* ::
} 0.3
REAL dy "Coarse grid spacing in y-direction"
{
- 0: ::
+ 0:* ::
} 0.3
REAL dz "Coarse grid spacing in z-direction"
{
- 0: ::
+ 0:* ::
} 0.3
REAL dxyz "Coarse grid spacing in x,y,z-directions"
{
- 0: ::
+ 0:* :: ""
} 0.0
REAL xmin "Coordinate minimum in x-direction"