aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index 2c55beb..71ff822 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,6 +1,6 @@
# Parameter definitions for thorn SetMask_SphericalSurface
-STRING SetMask_MaskName "Full variable name of the mask to be set"
+STRING SetMask_MaskName "Full variable name of the mask to be set" STEERABLE=always
{
".+" :: "Any full Cactus variable name, GF of type CCTK_BYTE"
} "HydroBase::hydro_excision_mask"
@@ -9,12 +9,12 @@ STRING SetMask_MaskName "Full variable name of the mask to be set"
#{
#} "yes"
-CCTK_INT SetMask_SurfaceIndex[10] "Index of spherical surface to use to set mask"
+CCTK_INT SetMask_SurfaceIndex[10] "Index of spherical surface to use to set mask" STEERABLE=always
{
-1:* :: "-1 to disable (default), >=0 for index"
} -1
-CCTK_REAL SetMask_RadiusFactor[10] "Factor to modify radius of surface for mask"
+CCTK_REAL SetMask_RadiusFactor[10] "Factor to modify radius of surface for mask" STEERABLE=always
{
0:* :: "Some positive factor, default: 1"
} 1