aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2009-01-27 16:15:06 +0000
committerschnetter <schnetter@40f6ab95-0e4f-0410-8daa-ee8d7420be1d>2009-01-27 16:15:06 +0000
commit65cf16ad811cc982886780f8942eb6e27e463c01 (patch)
tree8447bb012d90d733fbdd4d46382d150424f8328f
parent290b9cb67ba41cdfd14c822247d170f9b779a687 (diff)
Remove CVS $Header$ comments
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@38 40f6ab95-0e4f-0410-8daa-ee8d7420be1d
-rw-r--r--README6
-rw-r--r--doc/documentation.tex11
-rw-r--r--interface.ccl1
-rw-r--r--param.ccl1
-rw-r--r--schedule.ccl1
-rw-r--r--src/check.c2
-rw-r--r--src/make.code.defn1
-rw-r--r--src/radius.c2
-rw-r--r--src/setup.cc2
9 files changed, 5 insertions, 22 deletions
diff --git a/README b/README
index 778babc..9ae0db7 100644
--- a/README
+++ b/README
@@ -1,8 +1,6 @@
-CVS info : $Header$
-
Cactus Code Thorn SphericalSurface
-Thorn Author(s) : Erik Schnetter <schnetter@aei.mpg.de>
-Thorn Maintainer(s) : Erik Schnetter <schnetter@aei.mpg.de>
+Thorn Author(s) : Erik Schnetter <schnetter@cct.lsu.edu>
+Thorn Maintainer(s) : Erik Schnetter <schnetter@cct.lsu.edu>
--------------------------------------------------------------------------
Purpose of the thorn:
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 8852ade..bb12a1a 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.
@@ -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
@@ -79,14 +75,13 @@
\begin{document}
% The author of the documentation
-\author{Erik Schnetter \textless schnetter@aei.mpg.de\textgreater}
+\author{Erik Schnetter \textless schnetter@cct.lsu.edu\textgreater}
% The title of the document (not necessarily the name of the Thorn)
\title{SphericalSurface}
-% the date your document was last changed, if your document is in CVS,
-% please use:
-\date{$ $Date$ $}
+% the date your document was last changed
+\date{2007-03-06}
\maketitle
diff --git a/interface.ccl b/interface.ccl
index bb66f2c..5a9886f 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,5 +1,4 @@
# Interface definition for thorn SphericalSurface
-# $Header$
IMPLEMENTS: SphericalSurface
inherits: grid
diff --git a/param.ccl b/param.ccl
index a24a1a7..8d04742 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,5 +1,4 @@
# Parameter definitions for thorn SphericalSurface
-# $Header$
RESTRICTED:
diff --git a/schedule.ccl b/schedule.ccl
index 5e596de..a768949 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,5 +1,4 @@
# Schedule definitions for thorn SphericalSurface
-# $Header$
STORAGE: sf_active
STORAGE: sf_valid
diff --git a/src/check.c b/src/check.c
index f1e35c4..1e8920f 100644
--- a/src/check.c
+++ b/src/check.c
@@ -1,5 +1,3 @@
-/* $Header$ */
-
#include <assert.h>
#include <math.h>
#include <stdio.h>
diff --git a/src/make.code.defn b/src/make.code.defn
index e11e8b2..a7df51e 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,5 +1,4 @@
# Main make.code.defn file for thorn SphericalSurface
-# $Header$
# Source files in this directory
SRCS = check.c radius.c setup.cc
diff --git a/src/radius.c b/src/radius.c
index 9fc1b50..efdbb5b 100644
--- a/src/radius.c
+++ b/src/radius.c
@@ -1,5 +1,3 @@
-/* $Header$ */
-
#include <assert.h>
#include <math.h>
#include <stdio.h>
diff --git a/src/setup.cc b/src/setup.cc
index 9546917..608aa99 100644
--- a/src/setup.cc
+++ b/src/setup.cc
@@ -1,5 +1,3 @@
-// $Header$
-
#include <assert.h>
#include <math.h>
#include <stdio.h>