From a1a1ab6485ad73218096332c325402a9802e6c8a Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 24 Jun 2004 11:20:40 +0000 Subject: Enclose regex string in double quotes. This closes Compiler/1788: "Regular express is not quoted in param.ccl of IOBasic". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@157 b589c3ab-70e8-4b4d-a09f-cba2dd200880 --- param.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/param.ccl b/param.ccl index 6cb2a5f..de0ea9b 100644 --- a/param.ccl +++ b/param.ccl @@ -99,7 +99,7 @@ KEYWORD outScalar_style "Which style for Scalar output" STRING out_format "Which format for Scalar floating-point number output" STEERABLE = ALWAYS { - ^(\.[1]?[0-9])?[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