aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-09 12:47:32 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-09 12:47:32 +0200
commit27623378479faa5c03d3591ddd00bec84f313e89 (patch)
tree7afd08aa645996cdbcbdf020764bfa4bde48bab2
parent575f6fdeee767384348adfeccb515f812663418c (diff)
Thorn.m: Tidy source
-rw-r--r--Tools/CodeGen/Thorn.m18
1 files changed, 5 insertions, 13 deletions
diff --git a/Tools/CodeGen/Thorn.m b/Tools/CodeGen/Thorn.m
index 9165aec..b49a72f 100644
--- a/Tools/CodeGen/Thorn.m
+++ b/Tools/CodeGen/Thorn.m
@@ -1,7 +1,7 @@
(* $Id$ *)
-(* Copyright 2004 Sascha Husa, Ian Hinder, Christiane Lechner
+(* Copyright 2004-2013 Sascha Husa, Ian Hinder, Christiane Lechner
This file is part of Kranc.
@@ -20,22 +20,14 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*)
-(* This package provides a set of functions to create the various
- parts of a Cactus thorn and assemble them. *)
+BeginPackage[
+ "Thorn`",
+ {"CodeGen`", "MapLookup`", "Helpers`", "Errors`", "Kranc`"}];
-BeginPackage["Thorn`", "CodeGen`", "CodeGenC`", "CodeGenCactus`", "CodeGenKranc`", "CodeGenCalculation`",
- "MapLookup`", "KrancGroups`", "Helpers`",
- "Errors`", "Kranc`", "CaKernel`", "Vectorisation`", "DGFE`", "OpenCL`"];
-
-(* These functions are externally visible, and comprise the public
- interface to this package. *)
-CreateThorn::usage = "Create a general Cactus thorn from
-a thorn specification structure";
+CreateThorn::usage = "Create a general Cactus thorn from a thorn specification structure";
Begin["`Private`"];
-
-
(* ------------------------------------------------------------------------
Thorn creation
------------------------------------------------------------------------ *)