aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-06-15 21:25:40 +0000
committereschnett <eschnett@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-06-15 21:25:40 +0000
commitd7d60ca1b83ef02c1b8f78ac2709c3f4a7190583 (patch)
treeb69daf1479bff6c5b6d577d81b2fb8a77444305a /param.ccl
parentb3389798247f453fb955a903c4cfee56986f335e (diff)
Corrects parameter ranges and their description
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Multipole/trunk@63 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl10
1 files changed, 6 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 5210831..7ba4c91 100644
--- a/param.ccl
+++ b/param.ccl
@@ -26,20 +26,22 @@ KEYWORD integration_method "How to do surface integrals" STEERABLE=always
CCTK_INT out_every "How often to output" \
STEERABLE=recover
{
- * :: "Any integer"
+ 0 :: "no output"
+ 1:* :: "output every to many iterations"
} 1
CCTK_INT out_1d_every "How often to output 1d data" \
STEERABLE=recover
{
- * :: "Any integer"
+ 0 :: "no output"
+ 1:* :: "output every to many iterations"
} 0
#physical params:
CCTK_INT nradii "How many extraction radii?" \
STEERABLE=recover
{
- 0:101 :: "A positive integer less than 101"
+ 0:100 :: ""
} 1
@@ -58,7 +60,7 @@ STEERABLE=recover
CCTK_INT nphi "How many points in the phi direction?" \
STEERABLE=recover
{
- 0:* :: "Positive please"
+ 1:* :: ""
} 100
CCTK_STRING variables "What variables to decompose"