aboutsummaryrefslogtreecommitdiff
path: root/src/PostSendGA.c
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-18 13:55:26 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-04-18 13:55:26 +0000
commit22728b617a02f1609635719a956abb5b8ffb22a5 (patch)
tree23ee53b55bec7c80442fda56c8300ab0d311071e /src/PostSendGA.c
parentc91fa6cfd6e1864077b13e1c82bf52d26c73f532 (diff)
Fixing rscid warnings, untabified files, combined identical case statements
for GROUP_GF and GROUP_ARRAY. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@203 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/PostSendGA.c')
-rw-r--r--src/PostSendGA.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PostSendGA.c b/src/PostSendGA.c
index 80e179c..dace0f0 100644
--- a/src/PostSendGA.c
+++ b/src/PostSendGA.c
@@ -18,6 +18,8 @@
static char *rcsid = "$Header$";
+CCTK_FILEVERSION (CactusPUGH_PUGH_PostSendGA_c);
+
void PostSendGA1(pGH *GH, pGA *GA, int dir);
void PostSendGA3(pGH *GH, pGA *GA, int dir);