aboutsummaryrefslogtreecommitdiff
path: root/src/PUGHSlab.h
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2001-11-05 15:03:07 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2001-11-05 15:03:07 +0000
commit08551ca9cca444ca79db81c05c548d986e0c4a54 (patch)
treef092528f177b4305a8194600970aea71891db0d3 /src/PUGHSlab.h
parent4850c0d73c5f2de98d7122c405160b9d9cb2393d (diff)
Added const qualifier to the 'cGH *' argument of some more PUGHSlab functions.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@60 10716dce-81a3-4424-a2c8-48026a0d3035
Diffstat (limited to 'src/PUGHSlab.h')
-rw-r--r--src/PUGHSlab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PUGHSlab.h b/src/PUGHSlab.h
index cfc41f0..c401602 100644
--- a/src/PUGHSlab.h
+++ b/src/PUGHSlab.h
@@ -11,7 +11,7 @@
/* function prototypes */
-int Hyperslab_GetLocalHyperslab (cGH *GH, int vindex, int vtimelvl,
+int Hyperslab_GetLocalHyperslab (const cGH *GH, int vindex, int vtimelvl,
int hdim,
const int global_startpoint [/*vdim*/],
const int directions [/*vdim*/],
@@ -20,7 +20,7 @@ int Hyperslab_GetLocalHyperslab (cGH *GH, int vindex, int vtimelvl,
void **hdata,
int hsize [/*hdim*/], int ghsize [/*hdim*/],
int hoffset [/*hdim*/]);
-int Hyperslab_GetHyperslab (cGH *GH, int target_proc, int vindex, int vtimelvl,
+int Hyperslab_GetHyperslab (const cGH *GH, int target_proc, int vindex, int vtimelvl,
int hdim,
const int global_startpoint [/*vdim*/],
const int directions [/*vdim*/],