aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@10716dce-81a3-4424-a2c8-48026a0d3035>2001-05-06 00:02:19 +0000
committerallen <allen@10716dce-81a3-4424-a2c8-48026a0d3035>2001-05-06 00:02:19 +0000
commit3cdea2e401f7ecb115581a559bce7a8060e7b0da (patch)
tree86a6a7701cdea16ea51057a86b92ec1b2a54100f
parentb5639018e41caf1231180d16526a8a4635847fad (diff)
CCTK_FILEVERSION
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@52 10716dce-81a3-4424-a2c8-48026a0d3035
-rw-r--r--src/CollectData1D.c4
-rw-r--r--src/GetLocalLine.c4
-rw-r--r--src/NewHyperslab.c2
3 files changed, 9 insertions, 1 deletions
diff --git a/src/CollectData1D.c b/src/CollectData1D.c
index ff4e768..25360e0 100644
--- a/src/CollectData1D.c
+++ b/src/CollectData1D.c
@@ -6,6 +6,10 @@
#include "CactusPUGH/PUGH/src/include/pugh.h"
#include "PUGHSlab.h"
+static char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(CactusPUGHIO_PUGHSlab_CollectData1D_c)
+
/*#define DEBUGME 1*/
diff --git a/src/GetLocalLine.c b/src/GetLocalLine.c
index b44daf2..df96aa7 100644
--- a/src/GetLocalLine.c
+++ b/src/GetLocalLine.c
@@ -5,6 +5,10 @@
#include "cctk.h"
#include "CactusPUGH/PUGH/src/include/pugh.h"
+static char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(CactusPUGH_PUGHSlab_GetLocalLine_c)
+
#define MAX_DIM 3
#define MAX_FACE 6
#define BAD -42
diff --git a/src/NewHyperslab.c b/src/NewHyperslab.c
index ecf6fba..c48726c 100644
--- a/src/NewHyperslab.c
+++ b/src/NewHyperslab.c
@@ -20,7 +20,7 @@
/* the rcs ID and its dummy function to use it */
static char *rcsid = "$Id$";
-CCTK_FILEVERSION(CactusPUGH_PUGHSlab_Hyperslab_c)
+CCTK_FILEVERSION(CactusPUGH_PUGHSlab_NewHyperslab_c)
/* define this if you want debugging output */
/*#define DEBUG 1*/