aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-02-01 17:51:30 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-02-01 17:51:30 +0000
commit8ec80e581b6fd3425e98ced582774024a1f58066 (patch)
tree645fa4245b73a6f1da7b433b4670935a9eae205e /param.ccl
parent0a7967dd18ad659d3d06f803a0792efec93a8f03 (diff)
Declare all the 'outXXX_every' and 'outXXX_vars' parameters as STEERABLE = ALWAYS.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@83 ebee0441-1374-4afa-a3b5-247f3ba15b9a
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 b16942d..174744e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -10,11 +10,11 @@ private:
########################
# How often to do output
########################
-INT out2D_every "How often to do 2D output, overrides out_every"
+INT out2D_every "How often to do 2D output, overrides out_every" STEERABLE = ALWAYS
{
-1:* ::
} -1
-INT out3D_every "How often to do 3D output, overrides out_every"
+INT out3D_every "How often to do 3D output, overrides out_every" STEERABLE = ALWAYS
{
-1:* ::
} -1
@@ -36,11 +36,11 @@ STRING outdir3D "Name of IO 3D output directory, overrides outdir"
##########################
# What variables to output
##########################
-STRING out2D_vars "Variables to output in 2D FlexIO file format"
+STRING out2D_vars "Variables to output in 2D FlexIO file format" STEERABLE = ALWAYS
{
.* :: A regex which matces everything
} ""
-STRING out3D_vars "Variables to output in 3D FlexIO file format"
+STRING out3D_vars "Variables to output in 3D FlexIO file format" STEERABLE = ALWAYS
{
.* :: A regex which matces everything
} ""