From 58583899d5af0088db955ad2851edd582bc6f86b Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 15 Jan 2013 19:42:00 +0000 Subject: Remove outdated $Header$ statements git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@90 5633253d-7678-4964-a54d-f87795f8ee59 --- interface.ccl | 1 - param.ccl | 3 +-- src/make.code.defn | 3 +-- 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 = -- cgit v1.2.3