aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/CarpetIOSer
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/CarpetIOSer
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/CarpetIOSer')
-rw-r--r--CarpetExtra/CarpetIOSer/README2
-rw-r--r--CarpetExtra/CarpetIOSer/configuration.ccl2
-rw-r--r--CarpetExtra/CarpetIOSer/interface.ccl2
-rw-r--r--CarpetExtra/CarpetIOSer/param.ccl2
-rw-r--r--CarpetExtra/CarpetIOSer/schedule.ccl2
-rw-r--r--CarpetExtra/CarpetIOSer/src/ioser.cc2
-rw-r--r--CarpetExtra/CarpetIOSer/src/ioser.h2
-rw-r--r--CarpetExtra/CarpetIOSer/src/ioser.hh2
-rw-r--r--CarpetExtra/CarpetIOSer/src/make.code.defn2
9 files changed, 9 insertions, 9 deletions
diff --git a/CarpetExtra/CarpetIOSer/README b/CarpetExtra/CarpetIOSer/README
index 67defbc22..909aebf8d 100644
--- a/CarpetExtra/CarpetIOSer/README
+++ b/CarpetExtra/CarpetIOSer/README
@@ -1,6 +1,6 @@
Cactus Code Thorn CarpetIOSer
Authors : ...
-CVS info : $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/README,v 1.1 2002/02/08 14:55:30 shawley Exp $
+CVS info : $Header:$
--------------------------------------------------------------------------
Purpose of the thorn:
diff --git a/CarpetExtra/CarpetIOSer/configuration.ccl b/CarpetExtra/CarpetIOSer/configuration.ccl
index d66eba98d..69f17fc25 100644
--- a/CarpetExtra/CarpetIOSer/configuration.ccl
+++ b/CarpetExtra/CarpetIOSer/configuration.ccl
@@ -1,4 +1,4 @@
# Configuration definitions for thorn CarpetIOSer
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/configuration.ccl,v 1.2 2004/04/18 14:10:30 schnetter Exp $
+# $Header:$
REQUIRES Carpet CarpetLib
diff --git a/CarpetExtra/CarpetIOSer/interface.ccl b/CarpetExtra/CarpetIOSer/interface.ccl
index 733dcef51..7516e315e 100644
--- a/CarpetExtra/CarpetIOSer/interface.ccl
+++ b/CarpetExtra/CarpetIOSer/interface.ccl
@@ -1,5 +1,5 @@
# Interface definition for thorn CarpetIOSer
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/interface.ccl,v 1.3 2003/09/04 16:23:22 tradke Exp $
+# $Header:$
implements: IOSer
diff --git a/CarpetExtra/CarpetIOSer/param.ccl b/CarpetExtra/CarpetIOSer/param.ccl
index 86828aa94..f8bf82a75 100644
--- a/CarpetExtra/CarpetIOSer/param.ccl
+++ b/CarpetExtra/CarpetIOSer/param.ccl
@@ -1,5 +1,5 @@
# Parameter definitions for thorn CarpetIOSer
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/param.ccl,v 1.2 2002/02/22 11:16:53 shawley Exp $
+# $Header:$
diff --git a/CarpetExtra/CarpetIOSer/schedule.ccl b/CarpetExtra/CarpetIOSer/schedule.ccl
index ee9aa7bc9..923bb6014 100644
--- a/CarpetExtra/CarpetIOSer/schedule.ccl
+++ b/CarpetExtra/CarpetIOSer/schedule.ccl
@@ -1,5 +1,5 @@
# Schedule definitions for thorn CarpetIOSer
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/schedule.ccl,v 1.2 2003/11/05 16:18:38 schnetter Exp $
+# $Header:$
schedule CarpetIOSerStartup at STARTUP after IOUtil_Startup
{
diff --git a/CarpetExtra/CarpetIOSer/src/ioser.cc b/CarpetExtra/CarpetIOSer/src/ioser.cc
index ab8ce2969..d4bd5518f 100644
--- a/CarpetExtra/CarpetIOSer/src/ioser.cc
+++ b/CarpetExtra/CarpetIOSer/src/ioser.cc
@@ -32,7 +32,7 @@ int vsxynt(const char *name, double t, double *x, double *y, int n);
}
-static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/src/ioser.cc,v 1.1 2002/02/08 14:55:31 shawley Exp $";
+static const char* rcsid = "$Header:$";
// That's a hack
namespace Carpet {
diff --git a/CarpetExtra/CarpetIOSer/src/ioser.h b/CarpetExtra/CarpetIOSer/src/ioser.h
index 99a07e6c1..0b1d990b8 100644
--- a/CarpetExtra/CarpetIOSer/src/ioser.h
+++ b/CarpetExtra/CarpetIOSer/src/ioser.h
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/src/ioser.h,v 1.1 2002/02/08 14:55:31 shawley Exp $
+// $Header:$
#include "cctk.h"
diff --git a/CarpetExtra/CarpetIOSer/src/ioser.hh b/CarpetExtra/CarpetIOSer/src/ioser.hh
index d55ec4379..2b992cfac 100644
--- a/CarpetExtra/CarpetIOSer/src/ioser.hh
+++ b/CarpetExtra/CarpetIOSer/src/ioser.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/src/ioser.hh,v 1.1 2002/02/08 14:55:31 shawley Exp $
+// $Header:$
#include <vector>
diff --git a/CarpetExtra/CarpetIOSer/src/make.code.defn b/CarpetExtra/CarpetIOSer/src/make.code.defn
index fec24e8d9..18973eefb 100644
--- a/CarpetExtra/CarpetIOSer/src/make.code.defn
+++ b/CarpetExtra/CarpetIOSer/src/make.code.defn
@@ -1,5 +1,5 @@
# Main make.code.defn file for thorn CarpetIOSer
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/src/make.code.defn,v 1.1 2002/02/08 14:55:31 shawley Exp $
+# $Header:$
# Source files in this directory
SRCS = ioser.cc