aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-03-19 23:16:44 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-03-19 23:16:44 +0000
commit41ff08ada1a4e9bbfc561fc4d34f759ec68291da (patch)
treeb0baf48518aa0841457bcddce707f4be8c4891ca
parenta6a45923ca0a74efc2961c76cf6422eaff0eb85e (diff)
Made the IOBasic::out_style parameter STEERABLE = ALWAYS.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@82 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 5da04de..681bfcd 100644
--- a/param.ccl
+++ b/param.ccl
@@ -60,7 +60,7 @@ KEYWORD outScalar_style "Which style for Scalar output"
"xgraph" :: "1D output readable by xgraph"
} "xgraph"
-STRING out_format "Which format for Scalar output"
+STRING out_format "Which format for Scalar output" STEERABLE = ALWAYS
{
^(\.[0-9]{1,2})?[ef]$ :: "output with given precision in exponential / floating point notation"
} ".13f"