aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-25 11:01:21 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-25 11:01:21 +0000
commit56afd6a641869778e18b23754101f819b8de045f (patch)
treecbb01dccc67b273d7be088a85c2712f0695203f6 /param.ccl
parentf2adb19bfb1515ef99c702be8970b954951857f8 (diff)
Parameter changes: all Flexio parameters are now in flexio
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@20 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl39
1 files changed, 25 insertions, 14 deletions
diff --git a/param.ccl b/param.ccl
index fa3557e..68c2859 100644
--- a/param.ccl
+++ b/param.ccl
@@ -6,6 +6,31 @@
#############################################################################
private:
+
+########################
+# How often to do output
+########################
+INT output2d_every "How often to do 2D output, overrides output_every"
+{
+ -1:* ::
+} -1
+INT output3d_every "How often to do 3D output, overrides output_every"
+{
+ -1:* ::
+} -1
+
+
+####################
+# Output directories
+####################
+STRING outdir2d "Name of IO 2D output directory, overrides outdir"
+{
+} "outdir"
+STRING outdir3d "Name of IO 3D output directory, overrides outdir"
+{
+} "outdir"
+
+
##########################
# What variables to output
##########################
@@ -39,12 +64,6 @@ shares: IO
EXTEND STRING outdir "Name of IO output directory"
{
} "."
-EXTEND STRING outdir2d "Name of IO 2D output directory, overrides outdir"
-{
-} "outdir"
-EXTEND STRING outdir3d "Name of IO 3D output directory, overrides outdir"
-{
-} "outdir"
########################
@@ -54,14 +73,6 @@ EXTEND INT output_every "How often to do IO output"
{
-1:* ::
} -1
-EXTEND INT output2d_every "How often to do 2D output, overrides output_every"
-{
- -1:* ::
-} -1
-EXTEND INT output3d_every "How often to do 3D output, overrides output_every"
-{
- -1:* ::
-} -1
################