aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-16 12:04:59 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-16 12:04:59 +0000
commit250ed74afc7aedf8beed838cc69501f9eaeed2c1 (patch)
tree3636cb920f10b3e054132d58565611034a111df7 /param.ccl
parent764ad7e2784d50ecdbafc0d0a58c802e91cedd4f (diff)
Sigh... I had left in another parameter that has to do with things I haven't
commited yet. This is the problem with having lots of little uncommited changes here and there. I hope it works now. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@133 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 2 insertions, 7 deletions
diff --git a/param.ccl b/param.ccl
index 7d4d301..7611fa5 100644
--- a/param.ccl
+++ b/param.ccl
@@ -96,11 +96,11 @@ BOOLEAN ahf_refz "Reflection symmetry z->-z?"
{
} "no"
-KEYWORD ahf_octant "Octant symmetry?"
+KEYWORD ahf_octant "Octant symmetry?" STEERABLE = ALWAYS
{
"no" :: "No octant symmetry"
"yes" :: "Octant symmetry: reflection symmetry on all three coordinate planes"
- "high" :: "reflection symmetry on all three planes and symmetry of rotation of pi/2 around z axis"
+ "high" :: "Octant symmetry + symmetry of rotation of pi/2 around z axis"
} "no"
#Parameters for minimization algorithm.
@@ -431,8 +431,3 @@ EXTENDS KEYWORD shift "Which shift condition to use"
"ahfinder" :: "Set the shift after finding horizon"
} ""
-BOOLEAN use_mask ""
-{
-} ""
-
-