aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-09 11:59:52 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-09 11:59:52 +0200
commit4586ffb419881f05f398d46ef1c74b1478f328cc (patch)
tree10714b5fcca90382e98aca1e079675506e793698
parent1f1fd9f2f2f2034f12a352d88162b516974d4dc7 (diff)
Thorn.m: Remove unused 'PrecompMacros' code
-rw-r--r--Tools/CodeGen/Thorn.m17
1 files changed, 0 insertions, 17 deletions
diff --git a/Tools/CodeGen/Thorn.m b/Tools/CodeGen/Thorn.m
index c6c2f0a..d241ee7 100644
--- a/Tools/CodeGen/Thorn.m
+++ b/Tools/CodeGen/Thorn.m
@@ -32,7 +32,6 @@ BeginPackage["Thorn`", "CodeGen`", "CodeGenC`", "CodeGenCactus`", "CodeGenKranc`
CreateThorn::usage = "Create a general Cactus thorn from
a thorn specification structure";
CreateSetterSource::usage = "";
-CreatePrecompMacros::usage = "";
CreateStartupFile::usage = "";
Begin["`Private`"];
@@ -110,22 +109,6 @@ CreateSetterSource[calcs_, debug_, include_,
CreateCalculationFunction[calc, opts]}];
-
-(* --------------------------------------------------------------------------
- Precompmacros
- -------------------------------------------------------------------------- *)
-
-(* Argument to this is the same as for CreateSetterSource. This is
- not implemented currently because the precomputations are performed
- in the setter file itself. We want to change this for readability
- reasons. The change will be to have this precompMacros.h file
- define a macro performing the precomputations for *each loop* in
- each function. Then the setter source file just has a line
- invoking the macro in each loop. *)
-CreatePrecompMacros[functions_] :=
- Module[{},
- {}];
-
(* ------------------------------------------------------------------------
Startup file
------------------------------------------------------------------------ *)