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
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:35 +0100
commit019d444f5e5b7cc8f5e0f01c1ae36886dff1d569 (patch)
tree4b3a19eadc83ef06f3749850ffd5d1b76c3c132b /Carpet/Carpet/src/carpet.hh
parentcdb1e921ca835128a5a1eb9beba16a2b7a2ac5d5 (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, ...);