aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp
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/CarpetInterp
parentf527714bcb9e2a2c672cee14c7e612a177475309 (diff)
global: Remove $Header$ keywords from Carpet arrangement
darcs-hash:20050101162121-891bb-ac9d070faecc19f91b4b57389d3507bfc6c6e5ee.gz
Diffstat (limited to 'Carpet/CarpetInterp')
-rw-r--r--Carpet/CarpetInterp/README2
-rw-r--r--Carpet/CarpetInterp/configuration.ccl1
-rw-r--r--Carpet/CarpetInterp/doc/documentation.tex4
-rw-r--r--Carpet/CarpetInterp/interface.ccl1
-rw-r--r--Carpet/CarpetInterp/param.ccl1
-rw-r--r--Carpet/CarpetInterp/schedule.ccl1
-rw-r--r--Carpet/CarpetInterp/src/interp.cc7
-rw-r--r--Carpet/CarpetInterp/src/interp.h2
-rw-r--r--Carpet/CarpetInterp/src/interp.hh2
-rw-r--r--Carpet/CarpetInterp/src/make.code.defn1
-rw-r--r--Carpet/CarpetInterp/test/waveinterp.par2
11 files changed, 0 insertions, 24 deletions
diff --git a/Carpet/CarpetInterp/README b/Carpet/CarpetInterp/README
index 14be7283e..e7692e3ea 100644
--- a/Carpet/CarpetInterp/README
+++ b/Carpet/CarpetInterp/README
@@ -1,5 +1,3 @@
-CVS info : $Header:$
-
Cactus Code Thorn CarpetInterp
Thorn Author(s) : Erik Schnetter <schnetter@uni-tuebingen.de>
Thorn Maintainer(s) : Erik Schnetter <schnetter@uni-tuebingen.de>
diff --git a/Carpet/CarpetInterp/configuration.ccl b/Carpet/CarpetInterp/configuration.ccl
index 3c6bee5db..f28a712b8 100644
--- a/Carpet/CarpetInterp/configuration.ccl
+++ b/Carpet/CarpetInterp/configuration.ccl
@@ -1,5 +1,4 @@
# Configuration definitions for thorn CarpetInterp
-# $Header:$
REQUIRES Carpet CarpetLib
diff --git a/Carpet/CarpetInterp/doc/documentation.tex b/Carpet/CarpetInterp/doc/documentation.tex
index 13f007247..52848ad40 100644
--- a/Carpet/CarpetInterp/doc/documentation.tex
+++ b/Carpet/CarpetInterp/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.
@@ -65,9 +64,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/CarpetInterp/interface.ccl b/Carpet/CarpetInterp/interface.ccl
index 0cd22c513..cc43d40a6 100644
--- a/Carpet/CarpetInterp/interface.ccl
+++ b/Carpet/CarpetInterp/interface.ccl
@@ -1,5 +1,4 @@
# Interface definition for thorn CarpetInterp
-# $Header:$
IMPLEMENTS: interp
diff --git a/Carpet/CarpetInterp/param.ccl b/Carpet/CarpetInterp/param.ccl
index 110fa667f..e4cb553b9 100644
--- a/Carpet/CarpetInterp/param.ccl
+++ b/Carpet/CarpetInterp/param.ccl
@@ -1,3 +1,2 @@
# Parameter definitions for thorn CarpetInterp
-# $Header:$
diff --git a/Carpet/CarpetInterp/schedule.ccl b/Carpet/CarpetInterp/schedule.ccl
index 4d316b2fa..6ae66ef43 100644
--- a/Carpet/CarpetInterp/schedule.ccl
+++ b/Carpet/CarpetInterp/schedule.ccl
@@ -1,5 +1,4 @@
# Schedule definitions for thorn CarpetInterp
-# $Header:$
schedule CarpetInterpStartup at STARTUP
{
diff --git a/Carpet/CarpetInterp/src/interp.cc b/Carpet/CarpetInterp/src/interp.cc
index ba9b01873..a35807272 100644
--- a/Carpet/CarpetInterp/src/interp.cc
+++ b/Carpet/CarpetInterp/src/interp.cc
@@ -1,5 +1,3 @@
-// $Header:$
-
#include <algorithm>
#include <cassert>
#include <cmath>
@@ -22,11 +20,6 @@
#include "interp.hh"
-extern "C" {
- static char const * const rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetInterp_interp_cc);
-}
-
namespace CarpetInterp {
diff --git a/Carpet/CarpetInterp/src/interp.h b/Carpet/CarpetInterp/src/interp.h
index f894fe2f2..a871fdba8 100644
--- a/Carpet/CarpetInterp/src/interp.h
+++ b/Carpet/CarpetInterp/src/interp.h
@@ -1,5 +1,3 @@
-/* $Header:$ */
-
#ifndef CARPETINTERP_H
#define CARPETINTERP_H
diff --git a/Carpet/CarpetInterp/src/interp.hh b/Carpet/CarpetInterp/src/interp.hh
index fb686a7d9..47c5b39f9 100644
--- a/Carpet/CarpetInterp/src/interp.hh
+++ b/Carpet/CarpetInterp/src/interp.hh
@@ -1,5 +1,3 @@
-// $Header:$
-
#ifndef CARPETINTERP_HH
#define CARPETINTERP_HH
diff --git a/Carpet/CarpetInterp/src/make.code.defn b/Carpet/CarpetInterp/src/make.code.defn
index ed653df49..22dbc3be8 100644
--- a/Carpet/CarpetInterp/src/make.code.defn
+++ b/Carpet/CarpetInterp/src/make.code.defn
@@ -1,5 +1,4 @@
# Main make.code.defn file for thorn CarpetInterp
-# $Header:$
# Source files in this directory
SRCS = interp.cc
diff --git a/Carpet/CarpetInterp/test/waveinterp.par b/Carpet/CarpetInterp/test/waveinterp.par
index d731031ac..6318d065a 100644
--- a/Carpet/CarpetInterp/test/waveinterp.par
+++ b/Carpet/CarpetInterp/test/waveinterp.par
@@ -1,5 +1,3 @@
-# $Header:$
-
Cactus::cctk_run_title = "WaveToy Interpolation Test"
Cactus::cctk_full_warnings = yes