aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorschnetter <>2004-08-07 17:47:00 +0000
committerschnetter <>2004-08-07 17:47:00 +0000
commitf1c0efba773d01fa53f2f48a9d16b0f5c3a62d37 (patch)
tree9e60d5b16486d46e293e2d512e9bd7ecbce0b087 /Carpet/Carpet/src/carpet.hh
parent0490a5e66b73abc0486e8cb8bbcd319e1c707659 (diff)
Re-introduce the parameter Carpet::prolongate_initial_data with the
Re-introduce the parameter Carpet::prolongate_initial_data with the default "yes". If set to "no", newly created refinement levels are not initialised through prolongation, which saves quite some time. Remove the unused optional argument checkpoing_recovery from Carpet::Regrid. darcs-hash:20040807174712-07bb3-78054ad80959a2e26238531d9ea54eaac161ffce.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 b30efc845..60018cc5a 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.30 2004/06/21 12:28:59 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet.hh,v 1.31 2004/08/07 19:47:11 schnetter Exp $
#ifndef CARPET_HH
#define CARPET_HH
@@ -34,7 +34,7 @@ namespace Carpet {
int CallFunction (void* function, cFunctionData* attribute, void* data);
// Other functions
- bool Regrid (const cGH* cgh, bool checkpoint_recovery = false);
+ bool Regrid (const cGH* cgh, const bool do_init);
void CycleTimeLevels (const cGH* cgh);
void FlipTimeLevels (const cGH* cgh);
void Restrict (const cGH* cgh);