aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/CarpetRegridTest/src
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2004-09-18 13:21:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2004-09-18 13:21:00 +0000
commit81a089f529dbcf73b7dc54fab099d4c4779b6958 (patch)
tree056adf32deaeb1a7c055a4aae59c977154f40ad7 /CarpetExtra/CarpetRegridTest/src
parentd33c8edc248d0a8dad2f91398d845e05ab6562ba (diff)
Remove CVS header tags
Replace all CVS header tags with the standard "$Header:$". darcs-hash:20040918132147-891bb-dea889bdd94a479ec412d14d08e9efca63e5c24d.gz
Diffstat (limited to 'CarpetExtra/CarpetRegridTest/src')
-rw-r--r--CarpetExtra/CarpetRegridTest/src/InitialData.c4
-rw-r--r--CarpetExtra/CarpetRegridTest/src/SetupGaussian.c2
-rw-r--r--CarpetExtra/CarpetRegridTest/src/Startup.c2
-rw-r--r--CarpetExtra/CarpetRegridTest/src/TestGaussian.c2
-rw-r--r--CarpetExtra/CarpetRegridTest/src/make.code.defn2
5 files changed, 6 insertions, 6 deletions
diff --git a/CarpetExtra/CarpetRegridTest/src/InitialData.c b/CarpetExtra/CarpetRegridTest/src/InitialData.c
index 0dbf3ac11..0369210eb 100644
--- a/CarpetExtra/CarpetRegridTest/src/InitialData.c
+++ b/CarpetExtra/CarpetRegridTest/src/InitialData.c
@@ -6,7 +6,7 @@
Initial data for the 3D Wave Equation
Derived from Tom Goodale
@enddesc
- @version $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetRegridTest/src/InitialData.c,v 1.1 2004/05/23 15:56:14 cott Exp $
+ @version $Header:$
@@*/
#include <math.h>
@@ -15,7 +15,7 @@
#include "cctk_Parameters.h"
#include "cctk_Arguments.h"
-static const char *rcsid = "$Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetRegridTest/src/InitialData.c,v 1.1 2004/05/23 15:56:14 cott Exp $";
+static const char *rcsid = "$Header:$";
CCTK_FILEVERSION(CactusWave_IDScalarWaveC_InitialData_c)
diff --git a/CarpetExtra/CarpetRegridTest/src/SetupGaussian.c b/CarpetExtra/CarpetRegridTest/src/SetupGaussian.c
index 768656f10..f709d7549 100644
--- a/CarpetExtra/CarpetRegridTest/src/SetupGaussian.c
+++ b/CarpetExtra/CarpetRegridTest/src/SetupGaussian.c
@@ -5,7 +5,7 @@
#include "cctk_Arguments.h"
-static const char *rcsid = "$Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetRegridTest/src/SetupGaussian.c,v 1.2 2004/05/27 13:22:49 schnetter Exp $";
+static const char *rcsid = "$Header:$";
CCTK_FILEVERSION(CarpetExtra_CarpetRegridTest_SetupGaussian_c);
diff --git a/CarpetExtra/CarpetRegridTest/src/Startup.c b/CarpetExtra/CarpetRegridTest/src/Startup.c
index 6aa4bfb39..f5775b584 100644
--- a/CarpetExtra/CarpetRegridTest/src/Startup.c
+++ b/CarpetExtra/CarpetRegridTest/src/Startup.c
@@ -3,7 +3,7 @@
#include "cctk_Arguments.h"
-static const char *rcsid = "$Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetRegridTest/src/Startup.c,v 1.1 2004/05/23 15:56:14 cott Exp $";
+static const char *rcsid = "$Header:$";
CCTK_FILEVERSION(CarpetExtra_CarpetRegridTest_Startup_c);
diff --git a/CarpetExtra/CarpetRegridTest/src/TestGaussian.c b/CarpetExtra/CarpetRegridTest/src/TestGaussian.c
index be786c245..3c40127d4 100644
--- a/CarpetExtra/CarpetRegridTest/src/TestGaussian.c
+++ b/CarpetExtra/CarpetRegridTest/src/TestGaussian.c
@@ -5,7 +5,7 @@
#include "cctk_Arguments.h"
-static const char *rcsid = "$Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetRegridTest/src/TestGaussian.c,v 1.3 2004/05/27 13:22:49 schnetter Exp $";
+static const char *rcsid = "$Header:$";
CCTK_FILEVERSION(CarpetExtra_CarpetRegridTest_TestGaussian_c);
diff --git a/CarpetExtra/CarpetRegridTest/src/make.code.defn b/CarpetExtra/CarpetRegridTest/src/make.code.defn
index 5428339e9..f5c2338ff 100644
--- a/CarpetExtra/CarpetRegridTest/src/make.code.defn
+++ b/CarpetExtra/CarpetRegridTest/src/make.code.defn
@@ -1,5 +1,5 @@
# Main make.code.defn file for thorn CarpetRegridTest
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetRegridTest/src/make.code.defn,v 1.1 2004/05/23 15:56:14 cott Exp $
+# $Header:$
# Source files in this directory
SRCS = Startup.c SetupGaussian.c TestGaussian.c