From 72f73d02dc5e244d3b1816effcb4d46d91866de6 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 17 May 2002 10:05:19 +0000 Subject: 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 --- param.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3