From 43ba5274cdb888d95bbb91f2591d33c7b32b9cef Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 5 May 2001 23:55:19 +0000 Subject: Addiing CCTK_FILEVERSION git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@18 b9286e40-80fe-41ab-903a-d6b447012e1e --- src/CoordinateStuff.c | 4 ++++ src/WaveBinary.c | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'src') diff --git a/src/CoordinateStuff.c b/src/CoordinateStuff.c index 9334e2a..c824d2a 100644 --- a/src/CoordinateStuff.c +++ b/src/CoordinateStuff.c @@ -5,6 +5,10 @@ #include "cctk.h" +static char *rcsid = "$Header$"; + +CCTK_FILEVERSION(CactusWave_WaveBinarySource_CoordinateStuff_c) + /*@@ @routine IndexFloor @date Fri Jan 7 10:34:29 2000 diff --git a/src/WaveBinary.c b/src/WaveBinary.c index 568df21..801b191 100644 --- a/src/WaveBinary.c +++ b/src/WaveBinary.c @@ -7,6 +7,11 @@ #include "cctk_Parameters.h" #include "cctk_Arguments.h" +static char *rcsid = "$Header$"; + +CCTK_FILEVERSION(CactusWave_WaveBinarySource_WaveBinary_c) + + int IndexCeilC(cGH *GH, CCTK_REAL coord_value, int d); int IndexFloorC(cGH *GH, CCTK_REAL coord_value, int d); -- cgit v1.2.3