aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorschnetter <>2001-12-14 15:39:00 +0000
committerschnetter <>2001-12-14 15:39:00 +0000
commit326f9f5e459037c9c35d845ba699e7cfaacf65a5 (patch)
tree5989b5a69eca8755fc327375ee7b641c68e06c29 /Carpet/Carpet/src/carpet.hh
parentf864e9fa9dd0c443fe51c76ba8cfbd5692c111f2 (diff)
Pulled regridding out of the driver proper.
Pulled regridding out of the driver proper. Without the new regridding thorn, Carpet will now default to a single level, i.e. the base level only. Use the thorn CarpetRegrid and set the parameter CarpetRegrid::refinement_levels to get refinement. darcs-hash:20011214153904-07bb3-b765f596812c0321ab0f898f93a9fbd192c49c09.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 711091bc8..00ef19dfe 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.13 2001/11/02 10:59:00 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet.hh,v 1.14 2001/12/14 16:39:09 schnetter Exp $
#include "carpet_public.hh"
@@ -25,6 +25,7 @@ namespace Carpet {
void CheckChecksums (cGH* cgh, checktimes where);
// Debugging output
+ void Waypoint (const char* fmt, ...);
void Checkpoint (const char* fmt, ...);
// Error output