aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@5633253d-7678-4964-a54d-f87795f8ee59>2013-01-15 19:42:00 +0000
committereschnett <eschnett@5633253d-7678-4964-a54d-f87795f8ee59>2013-01-15 19:42:00 +0000
commit58583899d5af0088db955ad2851edd582bc6f86b (patch)
tree9c437b3eb919adb6a916aa01508c78941fc116c2
parent734eac9b56b029da428c716c97f6462eb907b9b5 (diff)
Remove outdated $Header$ statements
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@90 5633253d-7678-4964-a54d-f87795f8ee59
-rw-r--r--interface.ccl1
-rw-r--r--param.ccl3
-rw-r--r--src/make.code.defn3
3 files changed, 2 insertions, 5 deletions
diff --git a/interface.ccl b/interface.ccl
index ea69709..765d1f5 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,5 +1,4 @@
# Interface definition for thorn Time
-# $Header$
implements: time
diff --git a/param.ccl b/param.ccl
index d9c1616..b2cda15 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,5 +1,4 @@
# Parameter definitions for thorn Time
-# $Header$
shares: cactus
@@ -46,4 +45,4 @@ INT timestep_outevery "How often to output courant timestep"
BOOLEAN verbose "Give selective information about timestep setting"
{
-} "no" \ No newline at end of file
+} "no"
diff --git a/src/make.code.defn b/src/make.code.defn
index 785b511..c8f9a6d 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,8 +1,7 @@
# Main make.code.defn file for thorn Time
-# $Header$
# Source files in this directory
-SRCS = Simple.c Courant.c Given.c Initialise.c
+SRCS = Courant.c Given.c Initialise.c Simple.c
# Subdirectories containing source files
SUBDIRS =