aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-07-21 15:07:36 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-07-21 15:07:36 +0000
commit42a342341c58a82a380ac38daf6d9b8d51231490 (patch)
tree48f4ab9a2bf5bcfb9be56523c761d37ba17d4eea /src/include
parent4d2a7ac4ba4b0fa7171313b95c3395e9deca861b (diff)
Fixing memory problem which can cause core dumps with timelevels. This
is a temporary fix as some of this code needs to be redone properly. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@251 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pughi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/pughi.h b/src/include/pughi.h
index 5998960..e0d6b77 100644
--- a/src/include/pughi.h
+++ b/src/include/pughi.h
@@ -152,7 +152,8 @@ int PUGH_DisableGArrayDataStorage(pGA *GA);
int PUGH_DisableGArrayComm(pGA *GA);
int PUGH_DisableGArrayGroupComm(pGH *pughGH,
- int first_var);
+ int first_var,
+ pComm *groupcomm);
int PUGH_SyncGArray(pGA *GA);