aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2002-05-17 10:05:19 +0000
committertradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2002-05-17 10:05:19 +0000
commit72f73d02dc5e244d3b1816effcb4d46d91866de6 (patch)
treeef5964309a9a0a3b17f4e8ad2d0422830588b421
parent6db3b7206278c0f506b6f18b9334d2ac00da1772 (diff)
Restrict maximum output precision in IOASCII::out_format to 19 digits.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@116 94b1c47f-dcfd-45ef-a468-0854c0e9e350
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 34b7644..ee83190 100644
--- a/param.ccl
+++ b/param.ccl
@@ -115,7 +115,7 @@ KEYWORD out3D_style "Which style for 3D volume IOASCII output"
STRING out_format "Which format for IOASCII 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"