aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@89daf98e-ef62-4674-b946-b8ff9de2216c>2003-08-04 12:00:37 +0000
committerdiener <diener@89daf98e-ef62-4674-b946-b8ff9de2216c>2003-08-04 12:00:37 +0000
commitbdf522d3ea037c4d507694a35a210a79b1217675 (patch)
tree00c8a581e0e48069e1bbe0ac13758b8a9c9c8e44 /param.ccl
parent6687c44ec86e4aaf48b14a5ee9a4d2638b515d42 (diff)
Changed the new driftcorrect parameters to conform with the Fortran 90
standard of variable names being maximum 31 characters (instead of conforming to Jonathans long parameter convention used in AHFinderDirect). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@353 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index aaba9a5..debc0b0 100644
--- a/param.ccl
+++ b/param.ccl
@@ -375,14 +375,14 @@ REAL ahf_minchange "Minimum relative difference between 1 big and 2 small steps"
######################################
### Parameters related to centroid ###
######################################
-INT which_horizon_to_announce_centroid \
+INT horizon_to_announce_centroid \
"For which horizon should we announce the centroid to driftcorrect"
{
0 :: "don't announce the centroid"
1:3 :: "announce this horizon's centroid each time we find it"
} 0
-INT which_horizon_to_output_centroid \
+INT horizon_to_output_centroid \
"For which horizon should we output the centroid"
{
0 :: "don't output any centroids"