From 81a089f529dbcf73b7dc54fab099d4c4779b6958 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sat, 18 Sep 2004 13:21:00 +0000 Subject: Remove CVS header tags Replace all CVS header tags with the standard "$Header:$". darcs-hash:20040918132147-891bb-dea889bdd94a479ec412d14d08e9efca63e5c24d.gz --- CarpetExtra/CarpetIOSer/README | 2 +- CarpetExtra/CarpetIOSer/configuration.ccl | 2 +- CarpetExtra/CarpetIOSer/interface.ccl | 2 +- CarpetExtra/CarpetIOSer/param.ccl | 2 +- CarpetExtra/CarpetIOSer/schedule.ccl | 2 +- CarpetExtra/CarpetIOSer/src/ioser.cc | 2 +- CarpetExtra/CarpetIOSer/src/ioser.h | 2 +- CarpetExtra/CarpetIOSer/src/ioser.hh | 2 +- CarpetExtra/CarpetIOSer/src/make.code.defn | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'CarpetExtra/CarpetIOSer') 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 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 -- cgit v1.2.3