aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-04-23 16:41:31 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-04-23 16:41:31 +0000
commitcf7d25d425bb83833c99ff88a73ea4838b50feb5 (patch)
tree500f5d7deee8c35c0360f39f994b32b78fda25d9 /param.ccl
parenta1063cbd7ddb585ac878ce431bc929a5fd8271e9 (diff)
Code cleanup before moving into production mode.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@29 38c3d835-c875-442e-b0fe-21c19ce1d001
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl16
1 files changed, 10 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index c07d962..ffcd6f3 100644
--- a/param.ccl
+++ b/param.ccl
@@ -10,16 +10,17 @@ private:
########################
# How often to do output
########################
-INT out3D_every "How often to do 3D output, overrides out_every" STEERABLE = ALWAYS
+INT out_every "How often to do IOPanda output, overrides IO::out_every" \
+ STEERABLE = ALWAYS
{
- -1:* :: "Values less or equal zero disable IOPanda 3D output"
+ -1:* :: "Values <= 0 disable IOPanda output"
} -1
####################
# Output directories
####################
-STRING outdir3D "Name of IO 3D output directory, overrides outdir"
+STRING outdir "Name of IOPanda output directory, overrides IO::outdir"
{
.* :: A regex which matces everything
} "."
@@ -28,7 +29,7 @@ STRING outdir3D "Name of IO 3D output directory, overrides outdir"
##########################
# What variables to output
##########################
-STRING out3D_vars "Variables to output in 3D Panda file format" STEERABLE = ALWAYS
+STRING out_vars "Variables to output in IOPanda file format" STEERABLE = ALWAYS
{
.* :: A regex which matches everything
} ""
@@ -42,19 +43,22 @@ shares: IO
####################
# Output directories
####################
-USES STRING outdir
+# FIXME: need USES AS
+#USES STRING outdir
########################
# How often to do output
########################
-USES INT out_every
+# FIXME: need USES AS
+#USES INT out_every
################
# various things
################
USES BOOLEAN verbose
+USES KEYWORD newverbose
USES BOOLEAN out_fileinfo
USES BOOLEAN out3D_parameters