aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/CodeGen.m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-05-02 17:49:49 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2010-05-02 17:49:49 -0500
commit815307e624fdb8c0ee2eefc644c9bbd8244ad7f2 (patch)
treea36ef04d981f8669c523f62a933c4b6da78e1f69 /Tools/CodeGen/CodeGen.m
parent8e006230f24be02831d390eaad9b90b7a7c77d2c (diff)
parent1076db419c758d31fef923bcbece18ddf2ec62c1 (diff)
Merge branch 'master' of github.com:ianhinder/Kranc
Conflicts: Tools/CodeGen/CalculationFunction.m Tools/CodeGen/Thorn.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 d45fea9..2eccf18 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";