aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-12-17 14:09:17 +0000
committergoodale <goodale@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-12-17 14:09:17 +0000
commit60ca7142279f26c35fd9064b025fee4abde39b65 (patch)
treed9393b43f08bb3f93a2e8432c14923a5eff9c489 /param.ccl
parent6a255adac1eae07e89c9e7a4ba67552f8c186156 (diff)
Update to ranges for out_every.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@108 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 5948832..a7a7c54 100644
--- a/param.ccl
+++ b/param.ccl
@@ -19,7 +19,8 @@ STRING outdir "Name of IO output directory" STEERABLE = RECOVER
########################
INT out_every "How often to do IO output" STEERABLE = ALWAYS
{
- -1:* :: ""
+ -1 :: "Never"
+ 1:* :: "Every so many iterations"
} -1
################