aboutsummaryrefslogtreecommitdiff
path: root/src/PughUtils.c
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-10-31 18:36:02 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-10-31 18:36:02 +0000
commitbd57ff2896f7a8927a33c51ae9a1d3dea68abfdf (patch)
tree718ae7f0e4fc9da63fef3518111fb549f5726000 /src/PughUtils.c
parent43e28355791adbfc03d0d570e62a7ed29aee7614 (diff)
Forget to change parameter type for PUGH_MPIDataType().
Closes CactusPUGH-PUGH 818. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@360 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/PughUtils.c')
-rw-r--r--src/PughUtils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PughUtils.c b/src/PughUtils.c
index 7bfa858..cce2afe 100644
--- a/src/PughUtils.c
+++ b/src/PughUtils.c
@@ -214,7 +214,7 @@ pGH *PUGH_pGH (const cGH *GH)
@var pughGH
@vdesc Pointer to PUGH extensions
- @vtype pGH *
+ @vtype const pGH *
@vio in
@endvar
@var cctk_type
@@ -230,7 +230,7 @@ pGH *PUGH_pGH (const cGH *GH)
@endreturndesc
@@*/
#ifdef CCTK_MPI
-MPI_Datatype PUGH_MPIDataType (pGH *pughGH, int cctk_type)
+MPI_Datatype PUGH_MPIDataType (const pGH *pughGH, int cctk_type)
{
MPI_Datatype retval;