aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/CodeGen.m
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2010-04-03 10:56:17 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2010-04-03 10:56:17 +0100
commitb39cc55bfe0d13584015d9f400f6bebfde39d0da (patch)
tree3e1197a144e1cf436a43d9593025dc5792ac9599 /Tools/CodeGen/CodeGen.m
parent73efecdedfbc5b344410d326a104792eb29aec05 (diff)
Replace sym context with Kranc context in Kranc.m. Also move interface functions into Interface.m.
Diffstat (limited to 'Tools/CodeGen/CodeGen.m')
-rw-r--r--Tools/CodeGen/CodeGen.m6
1 files changed, 1 insertions, 5 deletions
diff --git a/Tools/CodeGen/CodeGen.m b/Tools/CodeGen/CodeGen.m
index e1776ad..13f8ecc 100644
--- a/Tools/CodeGen/CodeGen.m
+++ b/Tools/CodeGen/CodeGen.m
@@ -19,12 +19,8 @@
along with Kranc; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*)
-BeginPackage["sym`"];
-{INV, SQR, CUB, QAD, exp, pow, fmax, fmin, dx, dy, dz, khalf, kthird, ktwothird, kfourthird, keightthird};
-EndPackage[];
-
-BeginPackage["CodeGen`", {"sym`", "Errors`"}];
+BeginPackage["CodeGen`", {"Errors`", "Kranc`"}];
SOURCELANGUAGE::usage = "global variable == \"C\" or \"Fortran\" determines language
for code generation";