aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Wardell <barry.wardell@gmail.com>2012-01-03 14:24:22 +0000
committerBarry Wardell <barry.wardell@gmail.com>2012-01-03 14:24:22 +0000
commitff84022c280cbdee4d93016a15eb0a2e089c6f58 (patch)
treeba9deb886578427d378a4a9b8e1a78c2825dc1fc
parentcaf2c108e7d4c067485007c374ac8861afcf3c85 (diff)
Rename generated thorn for EM-xTensor example.
The old name resulted in code which didn't compile. Given that this is supposed to produce identical code to the TensorTools EM example, also naming the xTensor version EM is appropriate as it makes it easier to compare the generated code between the two variants.
-rw-r--r--Examples/EM-xTensor.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/EM-xTensor.m b/Examples/EM-xTensor.m
index 218dfb8..c1b480d 100644
--- a/Examples/EM-xTensor.m
+++ b/Examples/EM-xTensor.m
@@ -151,7 +151,7 @@ calculations =
energyCalc
};
-CreateKrancThornTT[groups, ".", "EM-xTensor",
+CreateKrancThornTT[groups, "xTensor", "EM",
Calculations -> calculations,
DeclaredGroups -> declaredGroupNames,
PartialDerivatives -> derivatives,