aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorschnetter <>2001-11-02 09:58:00 +0000
committerschnetter <>2001-11-02 09:58:00 +0000
commitb916b52db69826e44a516a452f2c6792275c73d8 (patch)
tree2aee818b4c8db08e698a971aac0d79c5ce9f50bc /Carpet/Carpet/src/carpet.hh
parenta1e2faf58c8ea0160696a73540015b9677bcf7f1 (diff)
Added a lot of const modifiers for the cGH structure.
darcs-hash:20011102095857-07bb3-fa5851f740861e08b8780059f76c87121cea308e.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet.hh')
-rw-r--r--Carpet/Carpet/src/carpet.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index c8a55c201..711091bc8 100644
--- a/Carpet/Carpet/src/carpet.hh
+++ b/Carpet/Carpet/src/carpet.hh
@@ -1,12 +1,12 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet.hh,v 1.12 2001/07/09 09:00:13 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet.hh,v 1.13 2001/11/02 10:59:00 schnetter Exp $
#include "carpet_public.hh"
namespace Carpet {
- void Recompose (cGH* cgh);
- void CycleTimeLevels (cGH* cgh);
- void Restrict (cGH* cgh);
+ void Recompose (const cGH* cgh);
+ void CycleTimeLevels (const cGH* cgh);
+ void Restrict (const cGH* cgh);
enum checktimes { currenttime,
currenttimebutnotifonly,