aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-11-29 09:15:16 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-11-29 09:15:16 +0000
commit6ec695900536d5f7dbb4c0c9402544ca5bb2550a (patch)
tree509cfddd08094b21f3ff23563477f0bd6b9a65e9 /src
parenta277d528734e07fb3fa10f1d86ac23bcb30f4107 (diff)
Fixed small bug in setting up masks for differebnt horizons independently.
Since I don't think anybody is using this at the moment, it should have no impact on anybody's work. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@262 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'src')
-rw-r--r--src/AHFinder.F2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AHFinder.F b/src/AHFinder.F
index d263cfc..df8f9fe 100644
--- a/src/AHFinder.F
+++ b/src/AHFinder.F
@@ -1484,7 +1484,7 @@
call AHFinder_mask(CCTK_ARGUMENTS,rhor)
else if ((mfind.eq.2).and.(ahf_mask_1.eq.1)) then
call AHFinder_mask(CCTK_ARGUMENTS,rhor)
- else if ((mfind.eq.3).and.(ahf_mask_1.eq.1)) then
+ else if ((mfind.eq.3).and.(ahf_mask_2.eq.1)) then
call AHFinder_mask(CCTK_ARGUMENTS,rhor)
end if
else