aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2005-06-20 10:18:39 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2005-06-20 10:18:39 +0000
commitbb61a410f605e8d1a34bc249c756809d3cef007d (patch)
tree170247228e99ba3654995afacf7466df8128d8c1
parentcd0fdae6428a9c63b52c5296f5525f1c0a7e9aaa (diff)
Add the range
"axis labels" :: "add axis labels information to output files" to IO::out_fileinfo in IOUtil instead of extending the parameter in (multiple) other thorns. This closes Cactus/1946: "Illegal keyword parameter values are accepted". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@163 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-rw-r--r--param.ccl6
1 files changed, 1 insertions, 5 deletions
diff --git a/param.ccl b/param.ccl
index de0ea9b..a754578 100644
--- a/param.ccl
+++ b/param.ccl
@@ -113,10 +113,6 @@ USES KEYWORD out_criterion
USES INT out_every
USES REAL out_dt
USES KEYWORD verbose
+USES KEYWORD out_fileinfo
USES BOOLEAN new_filename_scheme
USES BOOLEAN strict_io_parameter_check
-
-EXTENDS KEYWORD out_fileinfo
-{
- "axis labels" :: "add axis labels information to output files"
-}