aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorknarf <knarf@053b05ff-9803-4dc7-a0e4-4b49d75fdb53>2010-02-12 20:13:19 +0000
committerknarf <knarf@053b05ff-9803-4dc7-a0e4-4b49d75fdb53>2010-02-12 20:13:19 +0000
commit02f8fabf00fe4f097939a710178318fd8332bbdc (patch)
tree059cc7477428e6ac28ff29eefffb19cafdb590ba /schedule.ccl
parentfb02aa1b60ec93675ff00cc41b67dd323a172269 (diff)
remove SetMask_ResetAll parameter, because non-shrinking masks don't work atm, and schedule SetMask_SphericalSurface also in HydroBase_ExcisionMaskSetup
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinUtils/SetMask_SphericalSurface/trunk@69 053b05ff-9803-4dc7-a0e4-4b49d75fdb53
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 02c47b9..f927a0f 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,3 +6,8 @@ schedule SetMask_SphericalSurface AT CCTK_POSTSTEP after SphericalSurface_HasBee
options: global loop-local
} "Set hydro_excision_mask according to spherical surface information"
+schedule SetMask_SphericalSurface IN HydroBase_ExcisionMaskSetup after HydroBase_InitExcisionMask
+{
+ LANG: C
+ options: global loop-local
+} "Set hydro_excision_mask according to spherical surface information"