aboutsummaryrefslogtreecommitdiff
path: root/src/Comm.c
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-08 17:59:31 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-08 17:59:31 +0000
commit9fddfde02b02ae729e3398c576ec804636467d57 (patch)
treed1d4400c14ff6d545227b3ebaea44fa060ed60bf /src/Comm.c
parentf38ddc9c9a67b76924a508cd1ad577b2e2f9cdaa (diff)
Fixing compiler warnings about unused variables, missing prototypes,
and return values. Fixing CactusPUGH-PUGH 264. Thomas git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@176 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/Comm.c')
-rw-r--r--src/Comm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Comm.c b/src/Comm.c
index 9c4bc36..2259f0c 100644
--- a/src/Comm.c
+++ b/src/Comm.c
@@ -1159,6 +1159,7 @@ int pugh_SyncGFs(pGH *pughGH, int first_var, int n_vars, int timelevel)
{
int id = i*4;
+ GF = (pGF *) (pughGH->variables [i][timelevel]);
if (GF->docomm[2*Dir] &&
GF->storage)
{