aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-03-16 09:51:54 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-03-16 09:51:54 +0000
commit4b6e73ba08b4831c84f4bab84f9380855c746785 (patch)
tree2acf25ff4aeeda51a57d4691873fe352a43ecad6 /src
parent948287a47b27ded1962acd2a4f791304757fd3c5 (diff)
Minor change to set mask to one only on first time step.
This allows other thorns (like excision for example) to modify the mask later. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@43 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 75f436d..8918fdd 100644
--- a/src/AHFinder.F
+++ b/src/AHFinder.F
@@ -1379,7 +1379,7 @@
else if ((mtype.eq.1).and.(ahf_weakmask.ne.0)) then
call AHFinder_mask(CCTK_FARGUMENTS)
call CCTK_SyncGroup(cctkGH,"ahfinder::ahfmask")
- else
+ else if (cctk_iteration.lt.1) then
ahmask = one
end if