aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}