aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet_public.hh
diff options
context:
space:
mode:
authorschnetter <>2001-11-02 16:51:00 +0000
committerschnetter <>2001-11-02 16:51:00 +0000
commit5d28c7793b601e70cacaefe1ae5133b01b8879d4 (patch)
tree0e5c5f7080ae948bc8f26df42fc6191e17e47feb /Carpet/Carpet/src/carpet_public.hh
parent0918c55b78b41898adf25cfed770b65b6dbda7f5 (diff)
Next round.
darcs-hash:20011102165115-07bb3-ddbdfef5b4d0566903aa0199cb2ced9c0aa6cd19.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet_public.hh')
-rw-r--r--Carpet/Carpet/src/carpet_public.hh22
1 files changed, 11 insertions, 11 deletions
diff --git a/Carpet/Carpet/src/carpet_public.hh b/Carpet/Carpet/src/carpet_public.hh
index 719147350..d937e18fc 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.4 2001/11/02 16:05:03 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet_public.hh,v 1.5 2001/11/02 17:51:15 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
@@ -94,24 +94,24 @@ namespace Carpet {
void* SetupGH (tFleshConfig* fc, int convLevel, cGH* cgh);
int Initialise (tFleshConfig* config);
- int Evolve (const tFleshConfig* config);
- int Shutdown (const tFleshConfig* config);
+ int Evolve (tFleshConfig* config);
+ int Shutdown (tFleshConfig* config);
int CallFunction (void* function, cFunctionData* attribute, void* data);
- int SyncGroup (const cGH* cgh, const char* groupname);
+ int SyncGroup (cGH* cgh, const char* groupname);
int EnableGroupStorage (cGH* cgh, const char* groupname);
int DisableGroupStorage (cGH* cgh, const char* groupname);
- int EnableGroupComm (const cGH* cgh, const char* groupname);
- int DisableGroupComm (const cGH* cgh, const char* groupname);
+ int EnableGroupComm (cGH* cgh, const char* groupname);
+ int DisableGroupComm (cGH* cgh, const char* groupname);
int Barrier (const cGH* cgh);
- int Exit (const cGH* cgh, int retval);
- int Abort (const cGH* cgh, int retval);
+ int Exit (cGH* cgh, int retval);
+ int Abort (cGH* cgh, int retval);
int MyProc (const cGH* cgh);
int nProcs (const cGH* cgh);
- const int* ArrayGroupSizeB (const cGH* cgh, int dir, int group,
+ const int* ArrayGroupSizeB (cGH* cgh, int dir, int group,
const char* groupname);
- int QueryGroupStorageB (const cGH* cgh, int group, const char* groupname);
- int GroupDynamicData (const cGH* cgh, int group, cGroupDynamicData* data);
+ int QueryGroupStorageB (cGH* cgh, int group, const char* groupname);
+ int GroupDynamicData (cGH* cgh, int group, cGroupDynamicData* data);