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