aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_find3.F
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-01-25 14:11:45 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-01-25 14:11:45 +0000
commitcb3e2c307cddaca309342e4aa053cdd1615f5fab (patch)
tree91a5c8a308d000cd050bbfc34fffd5837ae1daf8 /src/AHFinder_find3.F
parent3b7290a5214eda4f9aa86520ddf7c589a98c1bb3 (diff)
Changing counter of multiple horizons so that it goes from 1 to 3
instead of from 0 to 2. Being a Fortran programer, I get confused with starting to count from 0! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@175 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'src/AHFinder_find3.F')
-rw-r--r--src/AHFinder_find3.F2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AHFinder_find3.F b/src/AHFinder_find3.F
index 64a6de9..43820ba 100644
--- a/src/AHFinder_find3.F
+++ b/src/AHFinder_find3.F
@@ -47,7 +47,7 @@
! For first horizon initialize {ahfgrid3,ahf_exp3}.
- if (mfind.eq.0) then
+ if (mfind.eq.1) then
! If we found an outer horizon, make {ahfgrid3,ahf_exp3}
! equal to {ahfgrid,ahf_exp}.