aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl2
-rw-r--r--src/Comm.c2
-rw-r--r--src/pugh_Comm.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7731f24..d697faf 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,4 +4,4 @@
schedule pugh_Startup at STARTUP
{
LANG:C
-} "Pugh startup routine."
+} "Startup routine."
diff --git a/src/Comm.c b/src/Comm.c
index f54b3c2..7296007 100644
--- a/src/Comm.c
+++ b/src/Comm.c
@@ -140,7 +140,7 @@ int pugh_SyncGroup (cGH *GH, const char *groupname)
@vio in
@@*/
-int *pugh_ArrayGroupSize (cGH *GH, int group, const char *groupname, int dir)
+int *pugh_ArrayGroupSize (cGH *GH, int dir, int group, const char *groupname)
{
int first;
int *sizep;
diff --git a/src/pugh_Comm.h b/src/pugh_Comm.h
index be0a353..90498c2 100644
--- a/src/pugh_Comm.h
+++ b/src/pugh_Comm.h
@@ -48,7 +48,7 @@ int pugh_Abort(cGH *GH);
int pugh_MyProc(cGH *GH);
int pugh_nProcs(cGH *GH);
-int *pugh_ArrayGroupSize(cGH *GH, int index, const char *groupname, int dir);
+int *pugh_ArrayGroupSize(cGH *GH, int dir, int index, const char *groupname);
int pugh_QueryGroupStorage(cGH *GH, int group, const char *groupname);
#ifdef _cplusplus