aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-08-17 14:25:06 +0000
committertradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-08-17 14:25:06 +0000
commitc288b8b3484e28927f940f196eda96a1c943a582 (patch)
tree2ed282da4c98a2de91e5fa2771c265fe77434e1f /param.ccl
parent6ee3c28545c7c7378bdaadcdf0e0424ed03c1ef2 (diff)
Made ahf_lmax non-steerable because it is used as a size parameter for
allocating CCTK arrays (which can't be dynamic right now). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@219 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 08cc321..c1b4233 100644
--- a/param.ccl
+++ b/param.ccl
@@ -78,7 +78,7 @@ BOOLEAN ahf_wander "Allow the center to wander?"
{
} "no"
-INT ahf_lmax "Maximum number of terms in theta expansion" STEERABLE = ALWAYS
+INT ahf_lmax "Maximum number of terms in theta expansion" # STEERABLE = ALWAYS
{
0:20 :: "Range from 0 to 20"
} 8