aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 =