aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/src
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/src
parentf527714bcb9e2a2c672cee14c7e612a177475309 (diff)
global: Remove $Header$ keywords from Carpet arrangement
darcs-hash:20050101162121-891bb-ac9d070faecc19f91b4b57389d3507bfc6c6e5ee.gz
Diffstat (limited to 'Carpet/CarpetInterp/src')
-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
4 files changed, 0 insertions, 12 deletions
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