aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/SetupGH.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src/SetupGH.cc')
-rw-r--r--Carpet/Carpet/src/SetupGH.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/SetupGH.cc b/Carpet/Carpet/src/SetupGH.cc
index 23fda6d94..138e0f63a 100644
--- a/Carpet/Carpet/src/SetupGH.cc
+++ b/Carpet/Carpet/src/SetupGH.cc
@@ -2273,7 +2273,7 @@ namespace Carpet {
if (gdata.grouptype != CCTK_GF) {
// Ignore everything but true grid functions
- return op_copy;
+ return op_sync; // was: op_copy -- why?
}
bool const can_transfer = can_transfer_variable_type (cctkGH, group, gdata);