aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-01-01 16:21:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-01-01 16:21:00 +0000
commitc470f95d11bd190b01615856070c16f6da6aeef9 (patch)
treed72a4dc567d37a80e0e8c8b8bfaaeb3b4412cf32 /Carpet/CarpetIOASCII
parentf527714bcb9e2a2c672cee14c7e612a177475309 (diff)
global: Remove $Header$ keywords from Carpet arrangement
darcs-hash:20050101162121-891bb-ac9d070faecc19f91b4b57389d3507bfc6c6e5ee.gz
Diffstat (limited to 'Carpet/CarpetIOASCII')
-rw-r--r--Carpet/CarpetIOASCII/README1
-rw-r--r--Carpet/CarpetIOASCII/configuration.ccl1
-rw-r--r--Carpet/CarpetIOASCII/doc/documentation.tex4
-rw-r--r--Carpet/CarpetIOASCII/interface.ccl1
-rw-r--r--Carpet/CarpetIOASCII/param.ccl1
-rw-r--r--Carpet/CarpetIOASCII/schedule.ccl1
-rw-r--r--Carpet/CarpetIOASCII/src/ioascii.cc5
-rw-r--r--Carpet/CarpetIOASCII/src/ioascii.h2
-rw-r--r--Carpet/CarpetIOASCII/src/ioascii.hh2
-rw-r--r--Carpet/CarpetIOASCII/src/make.code.defn1
-rw-r--r--Carpet/CarpetIOASCII/src/make.configuration.defn1
-rw-r--r--Carpet/CarpetIOASCII/src/make.configuration.deps1
12 files changed, 0 insertions, 21 deletions
diff --git a/Carpet/CarpetIOASCII/README b/Carpet/CarpetIOASCII/README
index 695f1893e..35eabae48 100644
--- a/Carpet/CarpetIOASCII/README
+++ b/Carpet/CarpetIOASCII/README
@@ -1,6 +1,5 @@
Cactus Code Thorn CarpetIOASCII
Authors : Erik Schnetter <schnetter@uni-tuebingen.de>
-CVS info : $Header:$
--------------------------------------------------------------------------
Purpose of the thorn:
diff --git a/Carpet/CarpetIOASCII/configuration.ccl b/Carpet/CarpetIOASCII/configuration.ccl
index eadc1e9e9..c465cd71d 100644
--- a/Carpet/CarpetIOASCII/configuration.ccl
+++ b/Carpet/CarpetIOASCII/configuration.ccl
@@ -1,5 +1,4 @@
# Configuration definitions for thorn CarpetIOASCII
-# $Header:$
REQUIRES Carpet CarpetLib IOUtil
diff --git a/Carpet/CarpetIOASCII/doc/documentation.tex b/Carpet/CarpetIOASCII/doc/documentation.tex
index 6fa91351e..1fadc81db 100644
--- a/Carpet/CarpetIOASCII/doc/documentation.tex
+++ b/Carpet/CarpetIOASCII/doc/documentation.tex
@@ -2,7 +2,6 @@
% Cactus Thorn template for ThornGuide documentation
% Author: Ian Kelley
% Date: Sun Jun 02, 2002
-% $Header:$
%
% Thorn documentation in the latex file doc/documentation.tex
% will be included in ThornGuides built with the Cactus make system.
@@ -63,9 +62,6 @@
%
% *======================================================================*
-% If you are using CVS use this line to give version information
-% $Header:$
-
\documentclass{article}
% Use the Cactus ThornGuide style file
diff --git a/Carpet/CarpetIOASCII/interface.ccl b/Carpet/CarpetIOASCII/interface.ccl
index 7d2be2738..07785d00d 100644
--- a/Carpet/CarpetIOASCII/interface.ccl
+++ b/Carpet/CarpetIOASCII/interface.ccl
@@ -1,5 +1,4 @@
# Interface definition for thorn CarpetIOASCII
-# $Header:$
IMPLEMENTS: IOASCII
diff --git a/Carpet/CarpetIOASCII/param.ccl b/Carpet/CarpetIOASCII/param.ccl
index bb208b516..f914e9c16 100644
--- a/Carpet/CarpetIOASCII/param.ccl
+++ b/Carpet/CarpetIOASCII/param.ccl
@@ -1,5 +1,4 @@
# Parameter definitions for thorn CarpetIOASCII
-# $Header:$
diff --git a/Carpet/CarpetIOASCII/schedule.ccl b/Carpet/CarpetIOASCII/schedule.ccl
index 51c25cd47..2cd5a69f7 100644
--- a/Carpet/CarpetIOASCII/schedule.ccl
+++ b/Carpet/CarpetIOASCII/schedule.ccl
@@ -1,5 +1,4 @@
# Schedule definitions for thorn CarpetIOASCII
-# $Header:$
storage: last_output_iteration last_output_time this_iteration
diff --git a/Carpet/CarpetIOASCII/src/ioascii.cc b/Carpet/CarpetIOASCII/src/ioascii.cc
index 94ff016ed..505735e05 100644
--- a/Carpet/CarpetIOASCII/src/ioascii.cc
+++ b/Carpet/CarpetIOASCII/src/ioascii.cc
@@ -30,11 +30,6 @@
#include "ioascii.hh"
-extern "C" {
- static const char* rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetIOASCII_ioascii_cc);
-}
-
// That's a hack
diff --git a/Carpet/CarpetIOASCII/src/ioascii.h b/Carpet/CarpetIOASCII/src/ioascii.h
index b69eeb313..e3fe8f51d 100644
--- a/Carpet/CarpetIOASCII/src/ioascii.h
+++ b/Carpet/CarpetIOASCII/src/ioascii.h
@@ -1,5 +1,3 @@
-/* $Header:$ */
-
#ifndef CARPETIOASCII_H
#define CARPETIOASCII_H
diff --git a/Carpet/CarpetIOASCII/src/ioascii.hh b/Carpet/CarpetIOASCII/src/ioascii.hh
index 2d7382959..e21a84564 100644
--- a/Carpet/CarpetIOASCII/src/ioascii.hh
+++ b/Carpet/CarpetIOASCII/src/ioascii.hh
@@ -1,5 +1,3 @@
-// $Header:$
-
#ifndef CARPETIOASCII_HH
#define CARPETIOASCII_HH
diff --git a/Carpet/CarpetIOASCII/src/make.code.defn b/Carpet/CarpetIOASCII/src/make.code.defn
index e06b50823..bb4607755 100644
--- a/Carpet/CarpetIOASCII/src/make.code.defn
+++ b/Carpet/CarpetIOASCII/src/make.code.defn
@@ -1,5 +1,4 @@
# Main make.code.defn file for thorn CarpetIOASCII
-# $Header:$
# Source files in this directory
SRCS = ioascii.cc
diff --git a/Carpet/CarpetIOASCII/src/make.configuration.defn b/Carpet/CarpetIOASCII/src/make.configuration.defn
index 672b0cf21..866234f8f 100644
--- a/Carpet/CarpetIOASCII/src/make.configuration.defn
+++ b/Carpet/CarpetIOASCII/src/make.configuration.defn
@@ -1,5 +1,4 @@
# Main make.configuration.defn file for thorn CarpetIOASCII
-# $Header:$
ALL_UTILS += carpet2xgraph
diff --git a/Carpet/CarpetIOASCII/src/make.configuration.deps b/Carpet/CarpetIOASCII/src/make.configuration.deps
index 24b261ac3..b6063e33d 100644
--- a/Carpet/CarpetIOASCII/src/make.configuration.deps
+++ b/Carpet/CarpetIOASCII/src/make.configuration.deps
@@ -1,5 +1,4 @@
# Main make.configuration.deps file for thorn CarpetIOASCII
-# $Header:$