aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authortradke <schnetter@cct.lsu.edu>2005-03-16 12:32:00 +0000
committertradke <schnetter@cct.lsu.edu>2005-03-16 12:32:00 +0000
commite0825134160af7708d4233dad8600d7f51ad1020 (patch)
tree5c4e39676555af095b427ecc4240465c5302f98e /Carpet/Carpet/src/carpet.hh
parent4f85fcd6882b0c492fd5f5c090a3fbf864dd4df1 (diff)
Carpet: call SyncGFGroup() from within Restrict() to remove code duplication
darcs-hash:20050316123248-3fd61-b9695858d99c5d6dc769c0b4e1db3c50c9e5032a.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet.hh')
-rw-r--r--Carpet/Carpet/src/carpet.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index 587f2174b..bc276d683 100644
--- a/Carpet/Carpet/src/carpet.hh
+++ b/Carpet/Carpet/src/carpet.hh
@@ -36,7 +36,8 @@ namespace Carpet {
void CycleTimeLevels (const cGH* cgh);
void FlipTimeLevels (const cGH* cgh);
void Restrict (const cGH* cgh);
-
+ void SyncGFGroup (const cGH* cgh, int group);
+
// Sanity checks
enum checktimes { currenttime,
currenttimebutnotifonly,