Skip to content

Commit

Permalink
RunKranc.m: Define KrancDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Jan 26, 2012
1 parent ccfab5f commit 7a91c22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/MathematicaMisc/RunKranc.m
@@ -1,10 +1,10 @@

script = $CommandLine[[-1]];
krancDir = Environment["KRANCDIR"];
Kranc`KrancDirectory = Environment["KRANCDIR"];

$Path = Join[$Path,
{krancDir <> "/Tools/CodeGen",
krancDir <> "/Tools/MathematicaMisc"}];
{Kranc`KrancDirectory <> "/Tools/CodeGen",
Kranc`KrancDirectory <> "/Tools/MathematicaMisc"}];
Needs["Errors`"];
Needs["KrancThorn`"];
Needs["Profile`"];
Expand Down

0 comments on commit 7a91c22

Please sign in to comment.