From 0a02d46650311ecc08f71dc4751cb41ad9370788 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 26 Mar 2001 20:47:10 +0000 Subject: 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 --- param.ccl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'param.ccl') 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" } -- cgit v1.2.3