aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-03-26 20:47:10 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-03-26 20:47:10 +0000
commit0a02d46650311ecc08f71dc4751cb41ad9370788 (patch)
tree47b588dfc61a8d06639f479ff5d0fc6ab308037b
parentbf095d63474dce7f6888298f994ddc094de35f66 (diff)
Extended parameter IO::out_fileinfo by new keyword
"axis labels" :: "add axis labels information to output files" git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@85 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-rw-r--r--param.ccl10
1 files changed, 6 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 681bfcd..1eba513 100644
--- a/param.ccl
+++ b/param.ccl
@@ -75,19 +75,21 @@ shares: IO
####################
# Output directories
####################
-USES STRING outdir
+USES STRING outdir
########################
# How often to do output
########################
-USES INT out_every
+USES INT out_every
################
# various things
################
-USES BOOLEAN verbose
-BOOLEAN new_filename_scheme ""
+USES BOOLEAN verbose
+USES BOOLEAN new_filename_scheme
+EXTENDS KEYWORD out_fileinfo
{
+ "axis labels" :: "add axis labels information to output files"
}