aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetMask
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-08-10 17:02:44 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 19:54:47 +0000
commitf73c6bcf8e307d85b15384749f405d22fce27d70 (patch)
tree21708b9b932b6c55850330483dc5b7bd064eeb11 /Carpet/CarpetMask
parent3d36116b82df952d4364d578e4cfe4ded0c8a99f (diff)
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.
Diffstat (limited to 'Carpet/CarpetMask')
-rw-r--r--Carpet/CarpetMask/schedule.ccl4
1 files changed, 2 insertions, 2 deletions
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