aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2005-06-20 10:18:39 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2005-06-20 10:18:39 +0000
commit2be4b4fd1e93eb349bcd51ecb1563f9eab21b741 (patch)
treec006ee2ad953b254bc1abd23f24a0866d2633ec2
parent685ea1efaf54fdfee1ab920cb5fc2299e251d5f5 (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/IOUtil/trunk@227 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--param.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 7b332de..e8ee4b6 100644
--- a/param.ccl
+++ b/param.ccl
@@ -60,6 +60,7 @@ KEYWORD out_fileinfo "Add some useful file information to output files ?" STEERA
"none" :: "no file information"
"creation date" :: "add creation date"
"parameter filename" :: "add parameter filename"
+ "axis labels" :: "add axis labels information to output files"
"all" :: "add all available file information"
} "all"