aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorshawley <shawley@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-03-13 16:14:04 +0000
committershawley <shawley@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-03-13 16:14:04 +0000
commit999d84683f296f9362af4d290b99c490a105e5ac (patch)
tree898b0e909e8e6169f212fdc274755a8f81af8fe1 /param.ccl
parent3a9f3270333c886f62b9dc8e77ab9aaa82fb7eda (diff)
added horizon_centroid parameter. Default is set to 1, not 0.
The reason for this is that we are using this for a BBH run, where we typically track on horizon 1 (with horizon 0 being the common horizon). Thus, since nobody else knows about this parameter, we set the default to be what people in our group, at the current time, expect the value to be! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@289 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 4653e03..e700480 100644
--- a/param.ccl
+++ b/param.ccl
@@ -372,6 +372,14 @@ REAL ahf_minchange "Minimum relative difference between 1 big and 2 small steps"
} 0.01
+######################################
+### Parameters related to centroid ###
+######################################
+INT horizon_centroid "Which horizon to use when setting centroid"
+{
+ 0:* :: "Non-negative integeger"
+} 1
+
#############################
### Parameters for output ###
#############################