aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet_public.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_public.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_public.hh')
-rw-r--r--Carpet/Carpet/src/carpet_public.hh12
1 files changed, 6 insertions, 6 deletions
diff --git a/Carpet/Carpet/src/carpet_public.hh b/Carpet/Carpet/src/carpet_public.hh
index b4eba6764..0cee399c4 100644
--- a/Carpet/Carpet/src/carpet_public.hh
+++ b/Carpet/Carpet/src/carpet_public.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet_public.hh,v 1.31 2003/06/20 11:58:32 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet_public.hh,v 1.32 2003/07/14 15:41:34 schnetter Exp $
// It is assumed that the number of components of all arrays is equal
// to the number of components of the grid functions, and that their
@@ -117,11 +117,11 @@ namespace Carpet {
int Shutdown (tFleshConfig* config);
int CallFunction (void* function, cFunctionData* attribute, void* data);
- int SyncGroup (cGH* cgh, const char* groupname);
- int EnableGroupStorage (cGH* cgh, const char* groupname);
- int DisableGroupStorage (cGH* cgh, const char* groupname);
- int EnableGroupComm (cGH* cgh, const char* groupname);
- int DisableGroupComm (cGH* cgh, const char* groupname);
+ int SyncGroup (const cGH* cgh, const char* groupname);
+ int EnableGroupStorage (const cGH* cgh, const char* groupname);
+ int DisableGroupStorage (const cGH* cgh, const char* groupname);
+ int EnableGroupComm (const cGH* cgh, const char* groupname);
+ int DisableGroupComm (const cGH* cgh, const char* groupname);
int Barrier (const cGH* cgh);
int Exit (cGH* cgh, int retval);
int Abort (cGH* cgh, int retval);