aboutsummaryrefslogtreecommitdiff
path: root/src/Comm.c
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-13 18:28:17 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-13 18:28:17 +0000
commit13e07fb82bf319483aa4cb2687a14069886d871d (patch)
tree8512662600f47c1df0e4d757a48a3cd60bb51bff /src/Comm.c
parenta7f0b0954a4fc31cd95767bc47b401bd47dfeca0 (diff)
Changing in line with the new flesh definition of an overloadable function.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@199 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/Comm.c')
-rw-r--r--src/Comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Comm.c b/src/Comm.c
index edf9d85..53f0416 100644
--- a/src/Comm.c
+++ b/src/Comm.c
@@ -179,7 +179,7 @@ int pugh_SyncGroup (cGH *GH, const char *groupname)
@vio in
@@*/
-int *pugh_ArrayGroupSize (cGH *GH, int dir, int group, const char *groupname)
+const int *pugh_ArrayGroupSize (cGH *GH, int dir, int group, const char *groupname)
{
int first;
int *sizep=NULL;