aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/TensorTools.m
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/CodeGen/TensorTools.m')
-rw-r--r--Tools/CodeGen/TensorTools.m9
1 files changed, 2 insertions, 7 deletions
diff --git a/Tools/CodeGen/TensorTools.m b/Tools/CodeGen/TensorTools.m
index ec099ea..e05188c 100644
--- a/Tools/CodeGen/TensorTools.m
+++ b/Tools/CodeGen/TensorTools.m
@@ -18,16 +18,11 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
*)
-(* Place these symbols in the sym context *)
-BeginPackage["sym`"];
-{D1, D2, D3, D11, D22, D33, D21, D31, D32, D12, D13, D23, dot, Eps, Zero3}
-EndPackage[];
-
-BeginPackage["TensorTools`", {"Errors`", "MapLookup`"}];
+BeginPackage["TensorTools`", {"Errors`", "MapLookup`", "Kranc`"}];
(* Cause the sym context to be added to the context of anyone loading
this package *)
-$ContextPath = Join[{"sym`"}, $ContextPath];
+(*$ContextPath = Join[{"sym`"}, $ContextPath]; *)
(* Define usage messages for these functions. Mentioning them here
adds them to the TensorTools context *)