aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorbzink <>2004-06-02 05:11:00 +0000
committerbzink <>2004-06-02 05:11:00 +0000
commit536cfeb8995147e7cc5b459178661ae6f9b6f3b9 (patch)
tree2e548add5808dc13cb730037c32b9ce00cb9696e /Carpet/Carpet/src/carpet.hh
parent02eb4523ffa14893d9501a927349c23bef2a564f (diff)
Added boolean parameter checkpoint_recovery to Regrid() to change its
behaviour under recovery situations. The default is false. darcs-hash:20040602051122-5b8bb-626da2ff2833f25e7fb9624ecb1afc282d12d154.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet.hh')
-rw-r--r--Carpet/Carpet/src/carpet.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index 02924095c..b1912ea31 100644
--- a/Carpet/Carpet/src/carpet.hh
+++ b/Carpet/Carpet/src/carpet.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet.hh,v 1.28 2004/04/18 13:29:43 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet.hh,v 1.29 2004/06/02 07:11:22 bzink Exp $
#ifndef CARPET_HH
#define CARPET_HH
@@ -34,7 +34,7 @@ namespace Carpet {
int CallFunction (void* function, cFunctionData* attribute, void* data);
// Other functions
- void Regrid (const cGH* cgh);
+ void Regrid (const cGH* cgh, bool checkpoint_recovery = false);
void CycleTimeLevels (const cGH* cgh);
void FlipTimeLevels (const cGH* cgh);
void Restrict (const cGH* cgh);