aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2005-06-20 10:18:39 +0000
committertradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2005-06-20 10:18:39 +0000
commit027cadcd92f9e404d5a21fd788beb5aad4b6002c (patch)
tree08efbb80ab25815f91ab4a1e0a1f8f866017254c
parent1482fd202a63061f0e4afa619bb539afa0955265 (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/IOASCII/trunk@191 94b1c47f-dcfd-45ef-a468-0854c0e9e350
-rw-r--r--param.ccl6
1 files changed, 1 insertions, 5 deletions
diff --git a/param.ccl b/param.ccl
index d8262e8..3c702ad 100644
--- a/param.ccl
+++ b/param.ccl
@@ -249,10 +249,6 @@ USES INT out_downsample_x
USES INT out_downsample_y
USES INT out_downsample_z
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"
-}