aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2010-09-28 18:01:48 +0000
committerknarf <knarf@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2010-09-28 18:01:48 +0000
commitb03bde2066731b199b74c96a2b5ce1dfca553b21 (patch)
tree718a2fb3da62c872b27e41b0812aba2b21e09412
parent94bb1b0ad8ff3281832b53e7f343ac830c506e6b (diff)
make outScalar_style steerable at recovery, as proposed by Luca Baiotti and agreed on also by Erik Schnetter and Frank Loeffler
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@181 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index a754578..2286f29 100644
--- a/param.ccl
+++ b/param.ccl
@@ -91,7 +91,7 @@ REAL outScalar_dt "How often to do Scalar output" STEERABLE = ALWAYS
#####################
# Scalar output style
#####################
-KEYWORD outScalar_style "Which style for Scalar output"
+KEYWORD outScalar_style "Which style for Scalar output" STEERABLE = RECOVER
{
"gnuplot" :: "1D output readable by gnuplot"
"xgraph" :: "1D output readable by xgraph"