aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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
-
-