aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetSlab')
-rw-r--r--Carpet/CarpetSlab/src/slab.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetSlab/src/slab.cc b/Carpet/CarpetSlab/src/slab.cc
index d204a1cca..be0e39674 100644
--- a/Carpet/CarpetSlab/src/slab.cc
+++ b/Carpet/CarpetSlab/src/slab.cc
@@ -212,7 +212,7 @@ namespace CarpetSlab {
for (comm_state state(gp.vartype); !state.done(); state.step()) {
// Loop over all components, copying data from them
- BEGIN_LOCAL_COMPONENT_LOOP (cgh, gp.grouptype) {
+ BEGIN_COMPONENT_LOOP (cgh, gp.grouptype) {
// Get data object
mydata = (*myff)(tl, rl, component, mglevel);
@@ -233,7 +233,7 @@ namespace CarpetSlab {
}
- } END_LOCAL_COMPONENT_LOOP;
+ } END_COMPONENT_LOOP;
} // for step