aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-08-30 10:27:41 -0400
committerErik Schnetter <schnetter@gmail.com>2012-08-30 10:27:41 -0400
commit555a1a6fcc6b067affbdd7d21a2335aa2bfa0436 (patch)
tree9d8950542bcc35f990087d16d294349a32e9422c /Carpet/Carpet/src/carpet.hh
parent2e031448f4255c0b8599f32c15cb6226db87d824 (diff)
Carpet: Check schedule reads/writes statements at run time
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, ...);