aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2001-07-09 18:08:24 +0000
committertradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2001-07-09 18:08:24 +0000
commitcaa27ec00c3ccdb565550952c36e2745294d3e2f (patch)
treee0def51c0803573ff5ccbc2c16280b4a980308bb /param.ccl
parentb5eaca1d81b9b37f49ff36f31207b48e5e81af0a (diff)
Allow 'E', 'G', and 'g' as valid conversion specifiers in the
IOBasic::out_format and IOASCII::out_format parameter. This closes PR CactusBase-IOASCII 734. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@69 94b1c47f-dcfd-45ef-a468-0854c0e9e350
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 9c9d2c0..6b8038c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -58,9 +58,9 @@ KEYWORD out_style "Which style for 1D ASCII output"
"xgraph" :: "output readable by xgraph"
} "xgraph"
-STRING out_format "Which format for ASCII output" STEERABLE = ALWAYS
+STRING out_format "Which format for ASCII floating-point number output" STEERABLE = ALWAYS
{
- "^(\.[0-9]{1,2})?[ef]$" :: "output with given precision in exponential / floating point notation"
+ "^(\.[0-9]{1,2})?[EGefg]$" :: "output with given precision in exponential / floating point notation"
} ".13f"
############################