aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2002-05-17 10:05:17 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2002-05-17 10:05:17 +0000
commit7fe0b95d11ee27cba1619d4e1506a8ac3a469343 (patch)
treef528dbe3c1385b18f1c6e4c6ca2467e5c088162e
parent3cc469805eb860c1ef3d69a29f20280f84621544 (diff)
Restrict maximum output precision in IOBasci::out_format to 19 digits.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@126 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 ba1cda5..cbc6abb 100644
--- a/param.ccl
+++ b/param.ccl
@@ -77,7 +77,7 @@ KEYWORD outScalar_style "Which style for Scalar output"
STRING out_format "Which format for Scalar floating-point number output" STEERABLE = ALWAYS
{
- ^(\.[0-9]{1,2})?[EGefg]$ :: "output with given precision in exponential / floating point notation"
+ ^(\.[1]?[0-9])?[EGefg]$ :: "output with given precision in exponential / floating point notation"
} ".13f"