aboutsummaryrefslogtreecommitdiff
path: root/src/PostReceiveGA.c
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-02-17 17:38:50 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-02-17 17:38:50 +0000
commitc06576a3bcd5cace72592c6041e6fb2827ffbff6 (patch)
tree5565cc938c0841bcf8372b15496b72b6b98b221f /src/PostReceiveGA.c
parent539cd2636da010382f41c9ff1ba237ec080e5341 (diff)
Untabified.
Got rid of redundant file. Did some formatting changes in line with the coding guidelines. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@164 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/PostReceiveGA.c')
-rw-r--r--src/PostReceiveGA.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/PostReceiveGA.c b/src/PostReceiveGA.c
index 56d3ac6..6a0e85e 100644
--- a/src/PostReceiveGA.c
+++ b/src/PostReceiveGA.c
@@ -7,14 +7,14 @@
allow the asyncronous model proposed in, for example,
@seeroutine SyncGA to go!
@enddesc
- @version $Id$
+ @version $Header$
@@*/
#include <stdio.h>
#include "pugh.h"
-static char *rcsid = "$Id$";
+static char *rcsid = "$Header$";
/*#define DEBUG_PUGH*/
@@ -96,11 +96,11 @@ void PostReceiveGA(pGH *GH, pGA *GA, int dir)
#ifdef DEBUG_PUGH
printf ("RECV GA %s Side %d Proc %d rtag %d size %d from proc %d\n",
GA->name,
- dir,
- GH->myproc,
- rtag,
+ dir,
+ GH->myproc,
+ rtag,
GA->buffer_sz[dir],
- GA->connectivity->neighbours[GH->myproc][dir]);
+ GA->connectivity->neighbours[GH->myproc][dir]);
#endif
if (GH->commmodel == PUGH_ALLOCATEDBUFFERS)
{