aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src/carpet.hh')
-rw-r--r--Carpet/Carpet/src/carpet.hh9
1 files changed, 3 insertions, 6 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index 3da3d460f..f9e3fb898 100644
--- a/Carpet/Carpet/src/carpet.hh
+++ b/Carpet/Carpet/src/carpet.hh
@@ -6,6 +6,7 @@
#include <cctk.h>
#include <cctk_Arguments.h>
#include <cctk_Functions.h>
+#include <cctk_Schedule.h>
#include <gh.hh>
@@ -44,7 +45,8 @@ namespace Carpet {
void FlipTimeLevels (cGH* cgh);
void FillTimeLevels (const cGH* cgh);
void SyncGroups (const cGH* cgh, const vector<int>& groups);
- int SyncProlongateGroups (const cGH* cgh, const vector<int>& groups);
+ int SyncProlongateGroups (const cGH* cgh, const vector<int>& groups,
+ cFunctionData const* function_data = NULL);
// Sanity checks
enum checktimes { currenttime,
@@ -74,11 +76,6 @@ namespace Carpet {
cFunctionData * const attribute,
void * const data);
- // Requirements
- namespace Requirements {
- void CheckRequirements (cGH const * cctkGH);
- }
-
// Debugging output
void Output (const char* fmt, ...);
void Waypoint (const char* fmt, ...);