aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-05 14:33:44 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-05 14:33:44 +0000
commitc1af4abae8cf33396775ec0ca472ea2b53169f5c (patch)
treec0c9533562e0c1bf82cde1bb2f61da2116be008a
parenta89bcb8c2715e38286f2f5e61a9e56553360d449 (diff)
Adding missing line, but since DERIVEDTYPE are not currently used, it is
not tested. CactusPUGH-PUGH/259 git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@171 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--src/Comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Comm.c b/src/Comm.c
index 397dce8..075d256 100644
--- a/src/Comm.c
+++ b/src/Comm.c
@@ -881,7 +881,7 @@ int pugh_SyncGAs(pGH *pughGH,
for (i=0;i<n_vars;i++)
{
int id = i*4;
-
+ GA = (pGA *) (pughGH->variables [i][timelevel]);
if (GA->docomm[2*Dir] &&
GA->storage) {
sr[id] = GA->sreq[2*Dir];