aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl12
1 files changed, 6 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index 277c4f8..6e364b6 100644
--- a/param.ccl
+++ b/param.ccl
@@ -3,27 +3,27 @@
private:
-STRING output_format "What form to output the datasets" STEERABLE = ALWAYS
+STRING output_format "What form to output the datasets" # STEERABLE = ALWAYS
{
.* :: "Comma separated list. Can be UCD, VRML, ASCII, SOCK or None"
} "None"
-STRING output_var "What Grid Function name to output" STEERABLE = ALWAYS
+STRING output_var "What Grid Function name to output" # STEERABLE = ALWAYS
{
.* :: "Eventually a comma separated list, but now a single name"
} "None"
-CCTK_REAL isovalue "Isosurface value" STEERABLE = ALWAYS
+CCTK_REAL isovalue "Isosurface value" # STEERABLE = ALWAYS
{
.* :: "Any floating point value"
} 1.0
-INT output_frequency "How often to output the isosurfaces" STEERABLE = ALWAYS
+INT output_frequency "How often to output the isosurfaces" # STEERABLE = ALWAYS
{
.* :: "Some positive integer"
} 1
-INT output_start "First iteration to start drawing isosurfaces. Default=1" STEERABLE = ALWAYS
+INT output_start "First iteration to start drawing isosurfaces. Default=1" # STEERABLE = ALWAYS
{
.* :: "Some positive integer"
} 1
@@ -43,7 +43,7 @@ STRING format_str "If the precision specified in the default format string is le
.* :: "A regex which matches everything"
} "%3.3f"
-BOOLEAN allow_empty_sends "Allow the Isosurfacer to send zero-length vertex lists to the client application ? Ordinarily these zero-length sends are supressed." STEERABLE = ALWAYS
+BOOLEAN allow_empty_sends "Allow the Isosurfacer to send zero-length vertex lists to the client application ? Ordinarily these zero-length sends are supressed." # STEERABLE = ALWAYS
{
} "no"