aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorschnetter <>2003-08-10 19:59:00 +0000
committerschnetter <>2003-08-10 19:59:00 +0000
commitb8ed9935ab73be68264d06f930a2a9f633e43ad8 (patch)
treec054927b2519398c8fa0c1f59804905846f4f3ec /Carpet/Carpet/src/carpet.hh
parentab069047323b363e2696b57161a930fefa81bb97 (diff)
Make checksumming and poisoning work again.
Make checksumming and poisoning work again. Modify Scott's three timelevel scheme to work again. darcs-hash:20030810195951-07bb3-b9e99cfe4858b00978f925172c062abd4524a1ba.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 650dbe492..cb13a6281 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.24 2003/07/14 15:41:34 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet.hh,v 1.25 2003/08/10 21:59:51 schnetter Exp $
#ifndef CARPET_HH
#define CARPET_HH
@@ -24,6 +24,7 @@ namespace Carpet {
enum checktimes { currenttime,
currenttimebutnotifonly,
+ previoustime,
allbutlasttime,
allbutcurrenttime,
alltimes };