aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"