summaryrefslogtreecommitdiff
path: root/src/comm/CactusDefaultComm.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-18 12:50:18 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-18 12:50:18 +0000
commitacc7418fced84f213544e5fb79b722cd36fd2493 (patch)
treef8ac6a742d203dfc9eaad26001719fe768faa4a7 /src/comm/CactusDefaultComm.c
parentfde32d466d75e3e9fd32bf9832c3beb7b820bcf5 (diff)
Cosmetic changes.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1572 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm/CactusDefaultComm.c')
-rw-r--r--src/comm/CactusDefaultComm.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index bd9fa24f..d52ac18d 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -5,6 +5,7 @@
@desc
Default communication routines.
@enddesc
+ @version $Header$
@@*/
@@ -22,6 +23,10 @@
#include "mpi.h"
#endif
+static char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(comm_CactusDefaultComm_c)
+
#ifdef MPI
extern char MPI_Active;
#endif
@@ -41,9 +46,6 @@ extern char MPI_Active;
} while (0)
#endif
-static char *rcsid = "$Header$";
-
-CCTK_FILEVERSION(comm_CactusDefaultComm_c)
/*@@
@routine CactusDefaultSetupGH