aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-02-01 17:51:28 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-02-01 17:51:28 +0000
commit0e25f1794e08fe6f1cb8b4236bb352d0438d2b2b (patch)
treeedc9b34def5287eaa60340b7b57dbbf00f3ef36e
parent4c7153d8b84252ddb2fb4d1432a98818c216d15c (diff)
Declare all the 'outXXX_every' and 'outXXX_vars' parameters as STEERABLE = ALWAYS.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@30 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 6aa898e..c717547 100644
--- a/param.ccl
+++ b/param.ccl
@@ -19,11 +19,11 @@ STRING outdirScalar "Name of IO Scalar output directory, overrides outdir"
##########################
# What variables to output
##########################
-STRING outInfo_vars "Variables to output as Info to screen"
+STRING outInfo_vars "Variables to output as Info to screen" STEERABLE = ALWAYS
{
.* :: A regex which matches everything
} ""
-STRING outScalar_vars "Variables to output as Info to screen"
+STRING outScalar_vars "Variables to output as Info to screen" STEERABLE = ALWAYS
{
.* :: A regex which matches everything
} ""
@@ -32,11 +32,11 @@ STRING outScalar_vars "Variables to output as Info to screen"
########################
# How often to do output
########################
-INT outInfo_every "How often to do Info output"
+INT outInfo_every "How often to do Info output" STEERABLE = ALWAYS
{
-1:* ::
} -1
-INT outScalar_every "How often to do Info output"
+INT outScalar_every "How often to do Info output" STEERABLE = ALWAYS
{
-1:* ::
} -1