aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab
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/CarpetSlab
parentf527714bcb9e2a2c672cee14c7e612a177475309 (diff)
global: Remove $Header$ keywords from Carpet arrangement
darcs-hash:20050101162121-891bb-ac9d070faecc19f91b4b57389d3507bfc6c6e5ee.gz
Diffstat (limited to 'Carpet/CarpetSlab')
-rw-r--r--Carpet/CarpetSlab/README1
-rw-r--r--Carpet/CarpetSlab/configuration.ccl1
-rw-r--r--Carpet/CarpetSlab/interface.ccl1
-rw-r--r--Carpet/CarpetSlab/param.ccl1
-rw-r--r--Carpet/CarpetSlab/schedule.ccl1
-rw-r--r--Carpet/CarpetSlab/src/Get.cc9
-rw-r--r--Carpet/CarpetSlab/src/Get.hh2
-rw-r--r--Carpet/CarpetSlab/src/GetHyperslab.cc9
-rw-r--r--Carpet/CarpetSlab/src/GetHyperslab.h2
-rw-r--r--Carpet/CarpetSlab/src/GetHyperslab.hh2
-rw-r--r--Carpet/CarpetSlab/src/README2
-rw-r--r--Carpet/CarpetSlab/src/make.code.defn1
-rw-r--r--Carpet/CarpetSlab/src/mapping.cc9
-rw-r--r--Carpet/CarpetSlab/src/mapping.hh2
-rw-r--r--Carpet/CarpetSlab/src/slab.cc7
-rw-r--r--Carpet/CarpetSlab/src/slab.h2
-rw-r--r--Carpet/CarpetSlab/src/slab.hh2
17 files changed, 0 insertions, 54 deletions
diff --git a/Carpet/CarpetSlab/README b/Carpet/CarpetSlab/README
index 790bc3f25..04ae8cd8c 100644
--- a/Carpet/CarpetSlab/README
+++ b/Carpet/CarpetSlab/README
@@ -1,6 +1,5 @@
Cactus Code Thorn CarpetSlab
Authors : Erik Schnetter <schnetter@uni-tuebingen.de>
-CVS info : $Header:$
--------------------------------------------------------------------------
Purpose of the thorn:
diff --git a/Carpet/CarpetSlab/configuration.ccl b/Carpet/CarpetSlab/configuration.ccl
index e2e83ed4e..7e82108d3 100644
--- a/Carpet/CarpetSlab/configuration.ccl
+++ b/Carpet/CarpetSlab/configuration.ccl
@@ -1,5 +1,4 @@
# Configuration definitions for thorn CarpetSlab
-# $Header:$
REQUIRES Carpet CarpetLib
diff --git a/Carpet/CarpetSlab/interface.ccl b/Carpet/CarpetSlab/interface.ccl
index 66e233467..d8ca1675c 100644
--- a/Carpet/CarpetSlab/interface.ccl
+++ b/Carpet/CarpetSlab/interface.ccl
@@ -1,5 +1,4 @@
# Interface definition for thorn CarpetSlab
-# $Header:$
IMPLEMENTS: Hyperslab
diff --git a/Carpet/CarpetSlab/param.ccl b/Carpet/CarpetSlab/param.ccl
index 881141cb6..2f1661a76 100644
--- a/Carpet/CarpetSlab/param.ccl
+++ b/Carpet/CarpetSlab/param.ccl
@@ -1,2 +1 @@
# Parameter definitions for thorn CarpetSlab
-# $Header:$
diff --git a/Carpet/CarpetSlab/schedule.ccl b/Carpet/CarpetSlab/schedule.ccl
index e924434c7..b86e2643f 100644
--- a/Carpet/CarpetSlab/schedule.ccl
+++ b/Carpet/CarpetSlab/schedule.ccl
@@ -1,2 +1 @@
# Schedule definitions for thorn CarpetSlab
-# $Header:$
diff --git a/Carpet/CarpetSlab/src/Get.cc b/Carpet/CarpetSlab/src/Get.cc
index b5cd1a97e..a6d303122 100644
--- a/Carpet/CarpetSlab/src/Get.cc
+++ b/Carpet/CarpetSlab/src/Get.cc
@@ -1,5 +1,3 @@
-// $Header:$
-
#include <cassert>
#include "cctk.h"
@@ -12,13 +10,6 @@
-extern "C" {
- static const char* rcsid = "$Header$";
- CCTK_FILEVERSION(Carpet_CarpetSlab_Get_cc);
-}
-
-
-
namespace CarpetSlab {
using namespace Carpet;
diff --git a/Carpet/CarpetSlab/src/Get.hh b/Carpet/CarpetSlab/src/Get.hh
index f12a7617e..2ce342f5e 100644
--- a/Carpet/CarpetSlab/src/Get.hh
+++ b/Carpet/CarpetSlab/src/Get.hh
@@ -1,5 +1,3 @@
-// $Header$
-
#ifndef CARPETSLAB_GET_HH
#define CARPETSLAB_GET_HH
diff --git a/Carpet/CarpetSlab/src/GetHyperslab.cc b/Carpet/CarpetSlab/src/GetHyperslab.cc
index a74c20414..c84691e6e 100644
--- a/Carpet/CarpetSlab/src/GetHyperslab.cc
+++ b/Carpet/CarpetSlab/src/GetHyperslab.cc
@@ -1,5 +1,3 @@
-// $Header$
-
#include <cassert>
#include <cstdlib>
#include <cstring>
@@ -23,13 +21,6 @@
-extern "C" {
- static const char* rcsid = "$Header$";
- CCTK_FILEVERSION(Carpet_CarpetSlab_GetHyperslab_cc);
-}
-
-
-
namespace CarpetSlab {
using namespace Carpet;
diff --git a/Carpet/CarpetSlab/src/GetHyperslab.h b/Carpet/CarpetSlab/src/GetHyperslab.h
index 492c4b325..d07070206 100644
--- a/Carpet/CarpetSlab/src/GetHyperslab.h
+++ b/Carpet/CarpetSlab/src/GetHyperslab.h
@@ -1,5 +1,3 @@
-/* $Header$ */
-
#ifndef CARPETSLAB_GETHYPERSLAB_H
#define CARPETSLAB_GETHYPERSLAB_H
diff --git a/Carpet/CarpetSlab/src/GetHyperslab.hh b/Carpet/CarpetSlab/src/GetHyperslab.hh
index 53586968c..0335e8060 100644
--- a/Carpet/CarpetSlab/src/GetHyperslab.hh
+++ b/Carpet/CarpetSlab/src/GetHyperslab.hh
@@ -1,5 +1,3 @@
-// $Header$
-
#ifndef CARPETSLAB_GETHYPERSLAB_HH
#define CARPETSLAB_GETHYPERSLAB_HH
diff --git a/Carpet/CarpetSlab/src/README b/Carpet/CarpetSlab/src/README
index 8e33ab7d8..02bfc0848 100644
--- a/Carpet/CarpetSlab/src/README
+++ b/Carpet/CarpetSlab/src/README
@@ -1,5 +1,3 @@
-$Header$
-
mapping: handle mappings
Get: new style interface, uses function aliasing
slab: internal routine that actually performs the slabbing
diff --git a/Carpet/CarpetSlab/src/make.code.defn b/Carpet/CarpetSlab/src/make.code.defn
index 09bb1807b..4dac7fbcf 100644
--- a/Carpet/CarpetSlab/src/make.code.defn
+++ b/Carpet/CarpetSlab/src/make.code.defn
@@ -1,5 +1,4 @@
# Main make.code.defn file for thorn CarpetSlab -*-Makefile-*-
-# $Header:$
# Source files in this directory
SRCS = Get.cc GetHyperslab.cc mapping.cc slab.cc
diff --git a/Carpet/CarpetSlab/src/mapping.cc b/Carpet/CarpetSlab/src/mapping.cc
index 0b5de6eae..7c2715913 100644
--- a/Carpet/CarpetSlab/src/mapping.cc
+++ b/Carpet/CarpetSlab/src/mapping.cc
@@ -1,5 +1,3 @@
-// $Header$
-
#include <cassert>
#include "cctk.h"
@@ -12,13 +10,6 @@
-extern "C" {
- static const char* rcsid = "$Header$";
- CCTK_FILEVERSION(Carpet_CarpetSlab_mapping_cc);
-}
-
-
-
namespace CarpetSlab {
using namespace Carpet;
diff --git a/Carpet/CarpetSlab/src/mapping.hh b/Carpet/CarpetSlab/src/mapping.hh
index c2e319f2d..eb55d73ce 100644
--- a/Carpet/CarpetSlab/src/mapping.hh
+++ b/Carpet/CarpetSlab/src/mapping.hh
@@ -1,5 +1,3 @@
-// $Header$
-
#ifndef CARPETSLAB_MAPPING_HH
#define CARPETSLAB_MAPPING_HH
diff --git a/Carpet/CarpetSlab/src/slab.cc b/Carpet/CarpetSlab/src/slab.cc
index 83f15db85..ad111617a 100644
--- a/Carpet/CarpetSlab/src/slab.cc
+++ b/Carpet/CarpetSlab/src/slab.cc
@@ -1,5 +1,3 @@
-// $Header:$
-
#include <assert.h>
#include <stdlib.h>
#include <string.h>
@@ -24,11 +22,6 @@
#include "mapping.hh"
#include "slab.hh"
-extern "C" {
- static const char* rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetSlab_slab_cc);
-}
-
namespace CarpetSlab {
diff --git a/Carpet/CarpetSlab/src/slab.h b/Carpet/CarpetSlab/src/slab.h
index 8ee30f837..a4f643367 100644
--- a/Carpet/CarpetSlab/src/slab.h
+++ b/Carpet/CarpetSlab/src/slab.h
@@ -1,5 +1,3 @@
-/* $Header:$ */
-
#ifndef CARPETSLAB_H
#define CARPETSLAB_H
diff --git a/Carpet/CarpetSlab/src/slab.hh b/Carpet/CarpetSlab/src/slab.hh
index 1f6d8e96a..80305ca4f 100644
--- a/Carpet/CarpetSlab/src/slab.hh
+++ b/Carpet/CarpetSlab/src/slab.hh
@@ -1,5 +1,3 @@
-// $Header:$
-
#ifndef CARPETSLAB_SLAB_HH
#define CARPETSLAB_SLAB_HH