summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/comm/CactusDefaultComm.c1
-rw-r--r--src/comm/CactusSync.c2
-rw-r--r--src/comm/Interp.c3
-rw-r--r--src/comm/OverloadComm.c2
-rw-r--r--src/comm/Reduction.c3
5 files changed, 10 insertions, 1 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index 4fdc3e7b..bd9fa24f 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -43,6 +43,7 @@ extern char MPI_Active;
static char *rcsid = "$Header$";
+CCTK_FILEVERSION(comm_CactusDefaultComm_c)
/*@@
@routine CactusDefaultSetupGH
diff --git a/src/comm/CactusSync.c b/src/comm/CactusSync.c
index 07120a91..7921d8b2 100644
--- a/src/comm/CactusSync.c
+++ b/src/comm/CactusSync.c
@@ -23,6 +23,8 @@
static char *rcsid = "$Header$";
+CCTK_FILEVERSION(comm_CactusSync_c)
+
/*@@
@routine CCTK_SyncGroupI
@date Thu Sep 18 14:27:18 1999
diff --git a/src/comm/Interp.c b/src/comm/Interp.c
index 34f573e3..a70fc041 100644
--- a/src/comm/Interp.c
+++ b/src/comm/Interp.c
@@ -31,6 +31,9 @@
#include "cctk_Interp.h"
#include "cctk_WarnLevel.h"
+static char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(comm_Interp_c)
static cHandledData *InterpOperators = NULL;
static int num_interps = 0;
diff --git a/src/comm/OverloadComm.c b/src/comm/OverloadComm.c
index c0c291a8..112abe22 100644
--- a/src/comm/OverloadComm.c
+++ b/src/comm/OverloadComm.c
@@ -20,6 +20,8 @@
static char *rcsid="$Header$";
+CCTK_FILEVERSION(comm_OverloadComm_c)
+
/* Define the prototypes for the dummy functions. */
#define OVERLOADABLE(name) OVERLOADABLE_DUMMYPROTOTYPE(name)
diff --git a/src/comm/Reduction.c b/src/comm/Reduction.c
index 5bfda670..b65870ba 100644
--- a/src/comm/Reduction.c
+++ b/src/comm/Reduction.c
@@ -16,7 +16,6 @@
#include <malloc.h>
#include <stdarg.h>
-#include "cctk.h"
#include "cctk_Flesh.h"
#include "cctk_FortranString.h"
#include "cctk_Groups.h"
@@ -26,6 +25,8 @@
static char *rcsid = "$Header$";
+CCTK_FILEVERSION(comm_Interp_c)
+
static cHandledData *ReductionOperators = NULL;
static int num_reductions = 0;
static cHandledData *ReductionArrayOperators = NULL;