aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-05-05 17:03:56 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-05-05 17:03:56 -0500
commit624d67d1dbc1ca6b366bd8e497e40ed01e7dcc8d (patch)
treed8ce635dad6d12f394e98007a5fe57845bdebaeb /m
parent56c81c99a3070d5e417903de045958f071cddab3 (diff)
Update path to Kranc installation
Diffstat (limited to 'm')
-rw-r--r--m/McLachlan_ADM.m4
-rw-r--r--m/McLachlan_BSSN.m4
-rw-r--r--m/WaveToy.m4
3 files changed, 6 insertions, 6 deletions
diff --git a/m/McLachlan_ADM.m b/m/McLachlan_ADM.m
index 83197c2..a79ac88 100644
--- a/m/McLachlan_ADM.m
+++ b/m/McLachlan_ADM.m
@@ -1,5 +1,5 @@
-$Path = Join[$Path, {"~/Calpha/Kranc/Tools/CodeGen",
- "~/Calpha/Kranc/Tools/MathematicaMisc"}];
+$Path = Join[$Path, {"~/Calpha/kranc/Tools/CodeGen",
+ "~/Calpha/kranc/Tools/MathematicaMisc"}];
Get["KrancThorn`"];
diff --git a/m/McLachlan_BSSN.m b/m/McLachlan_BSSN.m
index 119aa73..3916f51 100644
--- a/m/McLachlan_BSSN.m
+++ b/m/McLachlan_BSSN.m
@@ -1,5 +1,5 @@
-$Path = Join[$Path, {"~/Calpha/Kranc/Tools/CodeGen",
- "~/Calpha/Kranc/Tools/MathematicaMisc"}];
+$Path = Join[$Path, {"~/Calpha/kranc/Tools/CodeGen",
+ "~/Calpha/kranc/Tools/MathematicaMisc"}];
Get["KrancThorn`"];
diff --git a/m/WaveToy.m b/m/WaveToy.m
index 25e3afa..a00df0f 100644
--- a/m/WaveToy.m
+++ b/m/WaveToy.m
@@ -1,5 +1,5 @@
-$Path = Join[$Path, {"~/Calpha/Kranc/Tools/CodeGen",
- "~/Calpha/Kranc/Tools/MathematicaMisc"}];
+$Path = Join[$Path, {"~/Calpha/kranc/Tools/CodeGen",
+ "~/Calpha/kranc/Tools/MathematicaMisc"}];
Get["KrancThorn`"];