summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-17 19:57:38 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-17 19:57:38 +0000
commit25ab2e0c62df1a768d476060322b2cf54a5aa486 (patch)
treee0baa87bb4e9119e6ccce8a4e765be83f4b8b915 /src
parentec7931ce6a97543968e1695266302fc8663af97d (diff)
Removing rcsid warnings
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1560 17b73243-c579-4c4c-a9d2-2d5706c11dac
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;