aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@b9286e40-80fe-41ab-903a-d6b447012e1e>2001-05-05 23:55:19 +0000
committerallen <allen@b9286e40-80fe-41ab-903a-d6b447012e1e>2001-05-05 23:55:19 +0000
commit43ba5274cdb888d95bbb91f2591d33c7b32b9cef (patch)
tree0a5d298ff79802b76dda7e67fe80094d6a2c6723
parent273db6bcd613fa4af323b480651618af5fa27f70 (diff)
Addiing CCTK_FILEVERSION
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@18 b9286e40-80fe-41ab-903a-d6b447012e1e
-rw-r--r--src/CoordinateStuff.c4
-rw-r--r--src/WaveBinary.c5
2 files changed, 9 insertions, 0 deletions
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);