aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder.F
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-16 17:53:12 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-16 17:53:12 +0000
commit2b0348c6e74fe1897e79f688a1acd7d6bfc5367f (patch)
tree4b6abba190e8a4426119eba7e9b0e07c629136a5 /src/AHFinder.F
parentdf428299462e7cf664184401b9bc6ddc6bd4ba9a (diff)
*** empty log message ***
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@136 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'src/AHFinder.F')
-rw-r--r--src/AHFinder.F17
1 files changed, 2 insertions, 15 deletions
diff --git a/src/AHFinder.F b/src/AHFinder.F
index a42f55a..b1cf8de 100644
--- a/src/AHFinder.F
+++ b/src/AHFinder.F
@@ -1452,15 +1452,6 @@
! *** MASK ***
! ****************
-! Check if we are using dynamical excision with the mask off.
-
-#ifdef DEVELOPMENT_SIMPLEEXCISION
- if (CCTK_EQUALS(excisiontype,'dynamic').and.
- . (CCTK_EQUALS(ahf_mask,'off'))) then
- call CCTK_WARN(1,'AHFinder: For dynamic excision mask must be on!')
- end if
-#endif
-
! The mask should only be different from 1 inside a horizon.
! I therefore need to check first if I do have a horizon, and
! also if the mask is desired.
@@ -1470,10 +1461,8 @@
call AHFinder_mask(CCTK_FARGUMENTS,rhor)
-#ifdef DEVELOPMENT_SIMPLEEXCISION
-
-! Here I alter the parameters for SimpleExcision. Notice that
-! at the moment, I only allow the excised cube to grow, never
+! Here I alter the parameters for excision. Notice that at
+! the moment, I only allow the excised cube to grow, never
! to shrink.
if (find3) then
@@ -1522,8 +1511,6 @@
end if
-#endif
-
end if