aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorpollney <pollney@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-03-10 14:20:24 +0000
committerpollney <pollney@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-03-10 14:20:24 +0000
commite8e3d0345ccb0b4a3ad64c36490851e7c886235c (patch)
treecfa6ebf9d334be4790a70b2a226c6aaf7d0a70b8 /param.ccl
parent68ca935e2063ecfddb2c53abce7f8802c2cd0489 (diff)
Moved variables and scheduling concerned with drift correction to
AEIDevelopment/DriftCorrect. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@287 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl36
1 files changed, 0 insertions, 36 deletions
diff --git a/param.ccl b/param.ccl
index 06b9779..4653e03 100644
--- a/param.ccl
+++ b/param.ccl
@@ -61,33 +61,6 @@ REAL trapped_surface_delta "find (expansion = delta) surface" STEERABLE = ALWAYS
: :: "Just a real number"
} 0.0
-########################################################
-### Parameters for drift-correction/horizon-tracking ###
-########################################################
-
-BOOLEAN drift_correct_on "Apply drift correction (horizon-tracking shift rotation) in the angular/tangential direction" STEERABLE = ALWAYS
-{
-} "no"
-
-INT drift_correct_horizon "Which horizon to use for drift correction (angular and radial)"
-{
-0:2 :: "There are only three horizons"
-} 0
-
-REAL drift_correct_factor "Multiplier to use in (angular) drift correction, e.g. to over-correct the drift" STEERABLE = ALWAYS
-{
- : :: "Just a real number"
-} 1.1
-
-BOOLEAN rad_drift_correct_on "Apply drift correction in the radial direction" STEERABLE = ALWAYS
-{
-} "no"
-
-REAL rad_drift_correct_factor "Multiplier to use in radial drift correction, e.g. to over-correct the drift" STEERABLE = ALWAYS
-{
- : :: "Just a real number"
-} 1.1
-
########################################
### Parameters for surface expansion ###
@@ -531,13 +504,4 @@ shares: einstein
USES BOOLEAN use_mask ""
-EXTENDS KEYWORD shift "Which shift condition to use"
-{
- "ahfinder" :: "Set the shift after finding horizon"
-} ""
-
-USES REAL rotation_omega
-USES REAL rotation_psipower
-
-