aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorschnetter <>2003-07-14 13:41:00 +0000
committerschnetter <>2003-07-14 13:41:00 +0000
commitb7f1c8bf37644802bc4ed9fa7ae146addf5839be (patch)
treecb7b26f41c2f69eb7c43ef345e4e3464dfd1f3a4 /Carpet/Carpet/src/carpet.hh
parentc974dad7f4fb853e82e62fddea12c23839ddf630 (diff)
Declare some more routines as taking a const cGH *, to match the
Declare some more routines as taking a const cGH *, to match the recent changes in the flesh. darcs-hash:20030714134134-07bb3-6c0078627d40a9d05320632feba2277afdd33bdf.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet.hh')
-rw-r--r--Carpet/Carpet/src/carpet.hh12
1 files changed, 6 insertions, 6 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index 1110dc608..650dbe492 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.23 2003/06/18 18:28:07 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet.hh,v 1.24 2003/07/14 15:41:34 schnetter Exp $
#ifndef CARPET_HH
#define CARPET_HH
@@ -31,12 +31,12 @@ namespace Carpet {
int mintl (checktimes where, int num_tl);
int maxtl (checktimes where, int num_tl);
- void Poison (cGH* cgh, checktimes where);
- void PoisonGroup (cGH* cgh, int group, checktimes where);
- void PoisonCheck (cGH* cgh, checktimes where);
+ void Poison (const cGH* cgh, checktimes where);
+ void PoisonGroup (const cGH* cgh, int group, checktimes where);
+ void PoisonCheck (const cGH* cgh, checktimes where);
- void CalculateChecksums (cGH* cgh, checktimes where);
- void CheckChecksums (cGH* cgh, checktimes where);
+ void CalculateChecksums (const cGH* cgh, checktimes where);
+ void CheckChecksums (const cGH* cgh, checktimes where);
// Debugging output
void Waypoint (const char* fmt, ...);