aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2005-06-01 09:39:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2005-06-01 09:39:00 +0000
commit78dcb9869dc007983e4906e7cb5a6ecf51727149 (patch)
tree6f1df28389d5851caaf9f801dc3f99da33ca044e /Carpet/CarpetSlab
parent0148c85b0b2488eb6287e6f6c3872715745a3882 (diff)
CarpetSlab: loop over all components, not just the local ones
darcs-hash:20050601093903-776a0-a2418946f302691e0b33ea62b2a51435f6ae7265.gz
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