Skip to content

Commit

Permalink
Make KrancManifold and TangentKrancManifold public symbols
Browse files Browse the repository at this point in the history
Otherwise, xAct tends to get a bit confused.
  • Loading branch information
barrywardell committed Mar 6, 2014
1 parent e2e7005 commit 74ef944
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/CodeGen/xTensorKranc.m
Expand Up @@ -37,6 +37,9 @@
Evaluate[Symbol["u"<>ToString[ind]]] = ind;
, {ind, $KrancIndices}];

KrancManifold;
TangentKrancManifold;

Begin["`Private`"];

(*************************************************************)
Expand Down

0 comments on commit 74ef944

Please sign in to comment.