aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet')
-rw-r--r--Carpet/Carpet/src/CallFunction.cc6
-rw-r--r--Carpet/Carpet/src/Comm.cc3
2 files changed, 6 insertions, 3 deletions
diff --git a/Carpet/Carpet/src/CallFunction.cc b/Carpet/Carpet/src/CallFunction.cc
index 7813e5309..5b209270b 100644
--- a/Carpet/Carpet/src/CallFunction.cc
+++ b/Carpet/Carpet/src/CallFunction.cc
@@ -361,7 +361,8 @@ namespace Carpet {
user_timer.start();
#ifdef REQUIREMENTS_HH
Requirements::BeforeRoutine
- (attribute, reflevel, map, timelevel, timelevel_offset);
+ (attribute,
+ cctkGH->cctk_iteration, reflevel, map, timelevel, timelevel_offset);
#endif
timer.start();
if (CCTK_IsFunctionAliased("Accelerator_PreCallFunction")) {
@@ -381,7 +382,8 @@ namespace Carpet {
timer.stop();
#ifdef REQUIREMENTS_HH
Requirements::AfterRoutine
- (attribute, cctkGH->cctk_iteration, reflevel, map, timelevel, timelevel_offset);
+ (attribute,
+ cctkGH->cctk_iteration, reflevel, map, timelevel, timelevel_offset);
#endif
user_timer.stop();
diff --git a/Carpet/Carpet/src/Comm.cc b/Carpet/Carpet/src/Comm.cc
index fe9a2875a..026b7a350 100644
--- a/Carpet/Carpet/src/Comm.cc
+++ b/Carpet/Carpet/src/Comm.cc
@@ -137,7 +137,8 @@ namespace Carpet {
if (goodgroups.size() > 0) {
#ifdef REQUIREMENTS_HH
- Requirements::Sync(function_data, cctkGH->cctk_iteration, goodgroups, reflevel, timelevel);
+ Requirements::Sync(function_data, goodgroups,
+ cctkGH->cctk_iteration, reflevel, timelevel);
#endif
// prolongate boundaries