From 25ab2e0c62df1a768d476060322b2cf54a5aa486 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 17 Apr 2000 19:57:38 +0000 Subject: Removing rcsid warnings git-svn-id: http://svn.cactuscode.org/flesh/trunk@1560 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/comm/CactusDefaultComm.c | 1 + src/comm/CactusSync.c | 2 ++ src/comm/Interp.c | 3 +++ src/comm/OverloadComm.c | 2 ++ src/comm/Reduction.c | 3 ++- 5 files changed, 10 insertions(+), 1 deletion(-) (limited to 'src') 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 #include -#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; -- cgit v1.2.3