From 17833bb5cf7e3949500a5742ddb969fde25efbb1 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 25 May 2005 10:41:49 +0000 Subject: Do not reset the excision mask when fixed_excision is set to "none", as some other thorn may want to set the excision mask. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@49 f75ba9e5-694f-0410-ac2c-87ea7ce7132b --- src/fixedsphere.F90 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/fixedsphere.F90 b/src/fixedsphere.F90 index 7a5c878..d2f4219 100644 --- a/src/fixedsphere.F90 +++ b/src/fixedsphere.F90 @@ -21,7 +21,9 @@ subroutine Lego_FixedSphere(CCTK_ARGUMENTS) if (CCTK_IsThornActive(CCTK_THORNSTRING) == 0) then call CCTK_WARN (0, "The routine Lego_FixedSphere was called, but thorn " // CCTK_THORNSTRING // " is not active") end if - + + if (CCTK_EQUALS(fixed_excision,"none")) return + ! Default: no excision emask = 1 -- cgit v1.2.3