aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-08-31 12:01:55 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-08-31 12:01:55 +0000
commit2fbb045587a3d8cb32ee3ae9a8c419d36dd98000 (patch)
tree34900649a1a8f709c4ad618340ffbde72bfd6bb7 /param.ccl
parent47ca138d1f1d463b5ecaaa56c4dfbd8b99691e19 (diff)
Adding parameter "drift_correct_horizon" to apply the drift only to the
chosen horizon. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@234 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index d0bae38..7c6555c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -64,10 +64,17 @@ REAL trapped_surface_delta "find (expansion = delta) surface" STEERABLE = ALWAYS
################################################
### Parameters for drift correction/tracking ###
################################################
+
BOOLEAN drift_correct_on "Apply drift correction (horizon-tracking shift rotation)?"
{
} "no"
+INT drift_correct_horizon "Which horizon to use for drift correction"
+{
+0:2 :: "There are only three horizons"
+} 0
+
+
########################################
### Parameters for surface expansion ###
########################################