aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@1bf05452-ddb3-4880-bfa1-00436340132b>2011-12-09 17:56:22 +0000
committereschnett <eschnett@1bf05452-ddb3-4880-bfa1-00436340132b>2011-12-09 17:56:22 +0000
commitd961bc104e783cd329d9c8f70de48e0b4bee125a (patch)
tree923cbb23bdd8ff8ff2358764abef21f54c67ecfd
parentb22a9ca5a6bfb3267a568c0d733273f21fd3a386 (diff)
Remove CVS Header comments
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@29 1bf05452-ddb3-4880-bfa1-00436340132b
-rw-r--r--configuration.ccl1
-rw-r--r--doc/documentation.tex2
-rw-r--r--interface.ccl1
-rw-r--r--param.ccl1
-rw-r--r--schedule.ccl1
-rw-r--r--src/make.code.defn1
-rw-r--r--src/periodic.c5
7 files changed, 0 insertions, 12 deletions
diff --git a/configuration.ccl b/configuration.ccl
index e378048..63a9c58 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -1,4 +1,3 @@
# Configuration definition for thorn Periodic
-# $Header$
REQUIRES THORNS: Slab
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 45cef5f..3f1023b 100644
--- a/doc/documentation.tex
+++ b/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.
@@ -66,7 +65,6 @@
% *======================================================================*
% If you are using CVS use this line to give version information
-% $Header$
\documentclass{article}
diff --git a/interface.ccl b/interface.ccl
index 1b5497b..831645b 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,5 +1,4 @@
# Interface definition for thorn Periodic
-# $Header$
IMPLEMENTS: Periodic
diff --git a/param.ccl b/param.ccl
index 43429e7..fa1f5ca 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,5 +1,4 @@
# Parameter definitions for thorn Periodic
-# $Header$
BOOLEAN verbose "Produce screen output while applying boundary conditions"
{
diff --git a/schedule.ccl b/schedule.ccl
index 65050d4..edc5b09 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,5 +1,4 @@
# Schedule definitions for thorn Periodic
-# $Header$
SCHEDULE Periodic_RegisterBC IN SymmetryRegister
{
diff --git a/src/make.code.defn b/src/make.code.defn
index 8c52d6b..6bb14be 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,5 +1,4 @@
# Main make.code.defn file for thorn Periodic
-# $Header$
# Source files in this directory
SRCS = periodic.c
diff --git a/src/periodic.c b/src/periodic.c
index 818551a..9f672df 100644
--- a/src/periodic.c
+++ b/src/periodic.c
@@ -1,5 +1,3 @@
-/* $Header$ */
-
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
@@ -7,9 +5,6 @@
#include "cctk_Parameters.h"
#include "Slab.h"
-static const char * restrict const rcsid = "$Header$";
-CCTK_FILEVERSION(TAT_Periodic_periodic_c);
-
int