From f73c6bcf8e307d85b15384749f405d22fce27d70 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 10 Aug 2011 17:02:44 -0400 Subject: CarpetMask CarpetReduce: New schedule bin SetupIMask For consistency reasons, CarpetReduce sets up the reduction mask (weight function) partly using an integer bit field, partly using a real-values mask. Introduce separate groups for each. --- Carpet/CarpetMask/schedule.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Carpet/CarpetMask') diff --git a/Carpet/CarpetMask/schedule.ccl b/Carpet/CarpetMask/schedule.ccl index 1b136ff9a..c94d822dc 100644 --- a/Carpet/CarpetMask/schedule.ccl +++ b/Carpet/CarpetMask/schedule.ccl @@ -11,13 +11,13 @@ SCHEDULE GROUP MaskBase_SetupMask AT poststep AFTER SphericalSurface_HasBeenSet { } "Set up the weight function" -SCHEDULE CarpetExcludedSetup IN SetupMask +SCHEDULE CarpetExcludedSetup IN SetupIMask { LANG: C OPTIONS: global loop-local } "Set up the weight function for the excluded regions" -SCHEDULE CarpetSurfaceSetup IN SetupMask +SCHEDULE CarpetSurfaceSetup IN SetupIMask { LANG: C OPTIONS: global loop-local -- cgit v1.2.3