aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/CarpetIntegrateTest
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/CarpetIntegrateTest
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/CarpetIntegrateTest')
-rw-r--r--CarpetExtra/CarpetIntegrateTest/README2
-rw-r--r--CarpetExtra/CarpetIntegrateTest/interface.ccl2
-rw-r--r--CarpetExtra/CarpetIntegrateTest/param.ccl2
-rw-r--r--CarpetExtra/CarpetIntegrateTest/schedule.ccl2
-rw-r--r--CarpetExtra/CarpetIntegrateTest/src/Global.cc2
-rw-r--r--CarpetExtra/CarpetIntegrateTest/src/Local.cc2
-rw-r--r--CarpetExtra/CarpetIntegrateTest/src/make.code.defn2
-rw-r--r--CarpetExtra/CarpetIntegrateTest/test/carpetintegrate.par2
8 files changed, 8 insertions, 8 deletions
diff --git a/CarpetExtra/CarpetIntegrateTest/README b/CarpetExtra/CarpetIntegrateTest/README
index 158305915..21098d92f 100644
--- a/CarpetExtra/CarpetIntegrateTest/README
+++ b/CarpetExtra/CarpetIntegrateTest/README
@@ -1,4 +1,4 @@
-CVS info : $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIntegrateTest/README,v 1.1 2004/09/01 17:47:53 schnetter Exp $
+CVS info : $Header:$
Cactus Code Thorn CarpetIntegrateTest
Thorn Author(s) : Burkhard Zink <bzink@mpa-garching.mpg.de>
diff --git a/CarpetExtra/CarpetIntegrateTest/interface.ccl b/CarpetExtra/CarpetIntegrateTest/interface.ccl
index 6f62ecbe0..068ed45d6 100644
--- a/CarpetExtra/CarpetIntegrateTest/interface.ccl
+++ b/CarpetExtra/CarpetIntegrateTest/interface.ccl
@@ -1,4 +1,4 @@
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIntegrateTest/interface.ccl,v 1.1 2004/09/01 17:47:53 schnetter Exp $
+# $Header:$
implements: CarpetIntegrateTest
diff --git a/CarpetExtra/CarpetIntegrateTest/param.ccl b/CarpetExtra/CarpetIntegrateTest/param.ccl
index e26d1ca05..c77f113a2 100644
--- a/CarpetExtra/CarpetIntegrateTest/param.ccl
+++ b/CarpetExtra/CarpetIntegrateTest/param.ccl
@@ -1 +1 @@
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIntegrateTest/param.ccl,v 1.1 2004/09/01 17:47:53 schnetter Exp $
+# $Header:$
diff --git a/CarpetExtra/CarpetIntegrateTest/schedule.ccl b/CarpetExtra/CarpetIntegrateTest/schedule.ccl
index a9c886518..fe1bec390 100644
--- a/CarpetExtra/CarpetIntegrateTest/schedule.ccl
+++ b/CarpetExtra/CarpetIntegrateTest/schedule.ccl
@@ -1,4 +1,4 @@
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIntegrateTest/schedule.ccl,v 1.1 2004/09/01 17:47:53 schnetter Exp $
+# $Header:$
STORAGE: integrand[3]
diff --git a/CarpetExtra/CarpetIntegrateTest/src/Global.cc b/CarpetExtra/CarpetIntegrateTest/src/Global.cc
index 9c36cc992..11053f584 100644
--- a/CarpetExtra/CarpetIntegrateTest/src/Global.cc
+++ b/CarpetExtra/CarpetIntegrateTest/src/Global.cc
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIntegrateTest/src/Global.cc,v 1.1 2004/09/01 17:47:53 schnetter Exp $
+// $Header:$
#include "cctk.h"
#include "cctk_Parameters.h"
diff --git a/CarpetExtra/CarpetIntegrateTest/src/Local.cc b/CarpetExtra/CarpetIntegrateTest/src/Local.cc
index d41b12c9c..56f759c66 100644
--- a/CarpetExtra/CarpetIntegrateTest/src/Local.cc
+++ b/CarpetExtra/CarpetIntegrateTest/src/Local.cc
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIntegrateTest/src/Local.cc,v 1.1 2004/09/01 17:47:53 schnetter Exp $
+// $Header:$
#include "cctk.h"
#include "cctk_Parameters.h"
diff --git a/CarpetExtra/CarpetIntegrateTest/src/make.code.defn b/CarpetExtra/CarpetIntegrateTest/src/make.code.defn
index 61f66d804..882663fef 100644
--- a/CarpetExtra/CarpetIntegrateTest/src/make.code.defn
+++ b/CarpetExtra/CarpetIntegrateTest/src/make.code.defn
@@ -1,4 +1,4 @@
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIntegrateTest/src/make.code.defn,v 1.1 2004/09/01 17:47:53 schnetter Exp $
+# $Header:$
# Source files in this directory
SRCS = Local.cc Global.cc
diff --git a/CarpetExtra/CarpetIntegrateTest/test/carpetintegrate.par b/CarpetExtra/CarpetIntegrateTest/test/carpetintegrate.par
index d41b21c80..e36bf7510 100644
--- a/CarpetExtra/CarpetIntegrateTest/test/carpetintegrate.par
+++ b/CarpetExtra/CarpetIntegrateTest/test/carpetintegrate.par
@@ -1,4 +1,4 @@
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIntegrateTest/test/carpetintegrate.par,v 1.1 2004/09/01 17:47:53 schnetter Exp $
+# $Header:$
#==============================================================================
# --- Test file for Carpet integration ---