aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-11-04 17:09:05 +0000
committergoodale <goodale@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-11-04 17:09:05 +0000
commitb84a12048701ac0ba0b55f59af3502853f6086cb (patch)
tree5f070d2ab4195f71e8d7d1c5189201c69ce28a63 /param.ccl
parentb45b84a505c294e2e2c9656ac1e8f409fb932baa (diff)
Removing STEERABLE status of parameters as these cannot be steered by CCTK_SetParameter.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@19 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
Diffstat (limited to 'param.ccl')
-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"