aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-12-17 14:10:45 +0000
committergoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-12-17 14:10:45 +0000
commite7368f227f80c60c30b923ab0ead3200b8b928fa (patch)
tree166ce69dc7ecfd5139c7466bd2c85d665c321f5d /param.ccl
parentb78e0b280d019730a64b531df1852e14cd696f43 (diff)
Adding missing descriptions to ranges.
Removing now redundant ranges from USES clauses. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@166 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl28
1 files changed, 9 insertions, 19 deletions
diff --git a/param.ccl b/param.ccl
index c051736..574a27b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -12,11 +12,14 @@ private:
########################
INT out2D_every "How often to do 2D output, overrides out_every" STEERABLE = ALWAYS
{
- -1:* ::
+ -1 :: "Never"
+ 1:* :: "Every so many iterations"
} -1
+
INT out3D_every "How often to do 3D output, overrides out_every" STEERABLE = ALWAYS
{
- -1:* ::
+ -1 :: "Never"
+ 1:* :: "Every so many iterations"
} -1
@@ -25,11 +28,11 @@ INT out3D_every "How often to do 3D output, overrides out_every" STEERABLE = ALW
####################
STRING outdir2D "Name of IO 2D output directory, overrides outdir"
{
- .* :: A regex which matces everything
+ .* :: "A regex which matches everything"
} "."
STRING outdir3D "Name of IO 3D output directory, overrides outdir"
{
- .* :: A regex which matces everything
+ .* :: "A regex which matches everything"
} "."
@@ -38,11 +41,11 @@ STRING outdir3D "Name of IO 3D output directory, overrides outdir"
##########################
STRING out2D_vars "Variables to output in 2D FlexIO file format" STEERABLE = ALWAYS
{
- .* :: A regex which matces everything
+ .* :: "A regex which matches everything"
} ""
STRING out3D_vars "Variables to output in 3D FlexIO file format" STEERABLE = ALWAYS
{
- .* :: A regex which matces everything
+ .* :: "A regex which matches everything"
} ""
################
# Various things
@@ -123,7 +126,6 @@ USES STRING outdir ""
########################
USES INT out_every ""
{
- : ::
}
###########################
@@ -131,27 +133,21 @@ USES INT out_every ""
###########################
USES CCTK_REAL out_yzplane_x ""
{
-: ::
}
USES CCTK_REAL out_xzplane_y ""
{
-: ::
}
USES CCTK_REAL out_xyplane_z ""
{
-: ::
}
USES CCTK_INT out_xyplane_zi ""
{
-: ::
}
USES CCTK_INT out_xzplane_yi ""
{
-: ::
}
USES CCTK_INT out_yzplane_xi ""
{
-: ::
}
@@ -183,7 +179,6 @@ USES KEYWORD out3D_mode ""
USES INT out3D_procs ""
{
- : ::
}
USES BOOLEAN out3D_septimefiles ""
{
@@ -198,15 +193,12 @@ USES BOOLEAN out3D_unchunked ""
##############################################
USES INT out3D_downsample_x ""
{
- : ::
}
USES INT out3D_downsample_y ""
{
- : ::
}
USES INT out3D_downsample_z ""
{
- : ::
}
USES BOOLEAN out3D_single ""
{
@@ -230,14 +222,12 @@ USES BOOLEAN recover_and_remove ""
}
USES INT checkpoint_every ""
{
- : ::
}
USES BOOLEAN checkpoint_on_terminate ""
{
}
USES INT checkpoint_keep ""
{
- : ::
}
USES STRING checkpoint_file ""
{