aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid/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/CarpetRegrid/src
parentf527714bcb9e2a2c672cee14c7e612a177475309 (diff)
global: Remove $Header$ keywords from Carpet arrangement
darcs-hash:20050101162121-891bb-ac9d070faecc19f91b4b57389d3507bfc6c6e5ee.gz
Diffstat (limited to 'Carpet/CarpetRegrid/src')
-rw-r--r--Carpet/CarpetRegrid/src/automatic.cc5
-rw-r--r--Carpet/CarpetRegrid/src/baselevel.cc5
-rw-r--r--Carpet/CarpetRegrid/src/centre.cc5
-rw-r--r--Carpet/CarpetRegrid/src/make.code.defn1
-rw-r--r--Carpet/CarpetRegrid/src/manualcoordinatelist.cc5
-rw-r--r--Carpet/CarpetRegrid/src/manualcoordinates.cc5
-rw-r--r--Carpet/CarpetRegrid/src/manualgridpointlist.cc5
-rw-r--r--Carpet/CarpetRegrid/src/manualgridpoints.cc5
-rw-r--r--Carpet/CarpetRegrid/src/moving.cc5
-rw-r--r--Carpet/CarpetRegrid/src/paramcheck.cc2
-rw-r--r--Carpet/CarpetRegrid/src/regrid.cc5
-rw-r--r--Carpet/CarpetRegrid/src/regrid.h2
-rw-r--r--Carpet/CarpetRegrid/src/regrid.hh2
13 files changed, 0 insertions, 52 deletions
diff --git a/Carpet/CarpetRegrid/src/automatic.cc b/Carpet/CarpetRegrid/src/automatic.cc
index 8549b3875..2ccdc0b3d 100644
--- a/Carpet/CarpetRegrid/src/automatic.cc
+++ b/Carpet/CarpetRegrid/src/automatic.cc
@@ -15,11 +15,6 @@
#include "carpet.hh"
#include "regrid.hh"
-extern "C" {
- static const char* rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetRegrid_automatic_cc);
-}
-
namespace CarpetRegrid {
diff --git a/Carpet/CarpetRegrid/src/baselevel.cc b/Carpet/CarpetRegrid/src/baselevel.cc
index 7af319fa4..441ba57bc 100644
--- a/Carpet/CarpetRegrid/src/baselevel.cc
+++ b/Carpet/CarpetRegrid/src/baselevel.cc
@@ -8,11 +8,6 @@
#include "carpet.hh"
#include "regrid.hh"
-extern "C" {
- static const char* rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetRegrid_baselevel_cc);
-}
-
namespace CarpetRegrid {
diff --git a/Carpet/CarpetRegrid/src/centre.cc b/Carpet/CarpetRegrid/src/centre.cc
index 750247449..4a560c955 100644
--- a/Carpet/CarpetRegrid/src/centre.cc
+++ b/Carpet/CarpetRegrid/src/centre.cc
@@ -8,11 +8,6 @@
#include "carpet.hh"
#include "regrid.hh"
-extern "C" {
- static const char* rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetRegrid_centre_cc);
-}
-
namespace CarpetRegrid {
diff --git a/Carpet/CarpetRegrid/src/make.code.defn b/Carpet/CarpetRegrid/src/make.code.defn
index e0a3251bf..0f6e9dc5e 100644
--- a/Carpet/CarpetRegrid/src/make.code.defn
+++ b/Carpet/CarpetRegrid/src/make.code.defn
@@ -1,5 +1,4 @@
# Main make.code.defn file for thorn CarpetRegrid
-# $Header:$
# Source files in this directory
SRCS = automatic.cc \
diff --git a/Carpet/CarpetRegrid/src/manualcoordinatelist.cc b/Carpet/CarpetRegrid/src/manualcoordinatelist.cc
index 117a5fc00..a7e7a2ccc 100644
--- a/Carpet/CarpetRegrid/src/manualcoordinatelist.cc
+++ b/Carpet/CarpetRegrid/src/manualcoordinatelist.cc
@@ -12,11 +12,6 @@
#include "carpet.hh"
#include "regrid.hh"
-extern "C" {
- static const char* rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetRegrid_manualcoordinatelist_cc);
-}
-
namespace CarpetRegrid {
diff --git a/Carpet/CarpetRegrid/src/manualcoordinates.cc b/Carpet/CarpetRegrid/src/manualcoordinates.cc
index ecc902ce4..4b45687da 100644
--- a/Carpet/CarpetRegrid/src/manualcoordinates.cc
+++ b/Carpet/CarpetRegrid/src/manualcoordinates.cc
@@ -10,11 +10,6 @@
#include "carpet.hh"
#include "regrid.hh"
-extern "C" {
- static const char* rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetRegrid_manualcoordinates_cc);
-}
-
namespace CarpetRegrid {
diff --git a/Carpet/CarpetRegrid/src/manualgridpointlist.cc b/Carpet/CarpetRegrid/src/manualgridpointlist.cc
index 35ea3d9d6..feae9544b 100644
--- a/Carpet/CarpetRegrid/src/manualgridpointlist.cc
+++ b/Carpet/CarpetRegrid/src/manualgridpointlist.cc
@@ -12,11 +12,6 @@
#include "carpet.hh"
#include "regrid.hh"
-extern "C" {
- static const char* rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetRegrid_manualgridpointlist_cc);
-}
-
namespace CarpetRegrid {
diff --git a/Carpet/CarpetRegrid/src/manualgridpoints.cc b/Carpet/CarpetRegrid/src/manualgridpoints.cc
index ced5309c1..64692e105 100644
--- a/Carpet/CarpetRegrid/src/manualgridpoints.cc
+++ b/Carpet/CarpetRegrid/src/manualgridpoints.cc
@@ -11,11 +11,6 @@
#include "carpet.hh"
#include "regrid.hh"
-extern "C" {
- static const char* rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetRegrid_manualgridpoints_cc);
-}
-
namespace CarpetRegrid {
diff --git a/Carpet/CarpetRegrid/src/moving.cc b/Carpet/CarpetRegrid/src/moving.cc
index 823965233..58a010e8a 100644
--- a/Carpet/CarpetRegrid/src/moving.cc
+++ b/Carpet/CarpetRegrid/src/moving.cc
@@ -9,11 +9,6 @@
#include "carpet.hh"
#include "regrid.hh"
-extern "C" {
- static const char* rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetRegrid_moving_cc);
-}
-
namespace CarpetRegrid {
diff --git a/Carpet/CarpetRegrid/src/paramcheck.cc b/Carpet/CarpetRegrid/src/paramcheck.cc
index 9ebaf6bf7..c4719432e 100644
--- a/Carpet/CarpetRegrid/src/paramcheck.cc
+++ b/Carpet/CarpetRegrid/src/paramcheck.cc
@@ -7,9 +7,7 @@
#include "carpet.hh"
#include "regrid.hh"
-static const char* rcsid = "$Header:$";
-CCTK_FILEVERSION(CarpetRegrid_paramcheck_cc)
namespace CarpetRegrid {
diff --git a/Carpet/CarpetRegrid/src/regrid.cc b/Carpet/CarpetRegrid/src/regrid.cc
index 1dd1e2a1d..963caac7e 100644
--- a/Carpet/CarpetRegrid/src/regrid.cc
+++ b/Carpet/CarpetRegrid/src/regrid.cc
@@ -12,11 +12,6 @@
#include "carpet.hh"
#include "regrid.hh"
-extern "C" {
- static const char* rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetRegrid_regrid_cc);
-}
-
namespace CarpetRegrid {
diff --git a/Carpet/CarpetRegrid/src/regrid.h b/Carpet/CarpetRegrid/src/regrid.h
index b52918303..a4c5d1baf 100644
--- a/Carpet/CarpetRegrid/src/regrid.h
+++ b/Carpet/CarpetRegrid/src/regrid.h
@@ -1,5 +1,3 @@
-/* $Header:$ */
-
#ifndef CARPETREGRID_H
#define CARPETREGRID_H
diff --git a/Carpet/CarpetRegrid/src/regrid.hh b/Carpet/CarpetRegrid/src/regrid.hh
index 449418859..5f14185bb 100644
--- a/Carpet/CarpetRegrid/src/regrid.hh
+++ b/Carpet/CarpetRegrid/src/regrid.hh
@@ -1,5 +1,3 @@
-// $Header:$
-
#ifndef CARPETREGRID_HH
#define CARPETREGRID_HH