aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-12-14 04:24:55 +0000
committerknarf <knarf@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-12-14 04:24:55 +0000
commit6ee9d7739a031b36f156eb7b0bf576eeb2109374 (patch)
treeb0ae44b485c1770759edb66ef20a22a5b411f105
parent85fae6ed3616c5aa1f6d8e899e915d7f7a9c0572 (diff)
Enable-vectorization
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@96 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
-rw-r--r--m/WeylScal4.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/m/WeylScal4.m b/m/WeylScal4.m
index 0eb8468..51436f5 100644
--- a/m/WeylScal4.m
+++ b/m/WeylScal4.m
@@ -307,4 +307,5 @@ CreateKrancThornTT[groups, ".", "WeylScal4",
IntParameters -> intParameters,
InheritedImplementations -> {"admbase", "methodoflines"},
UseJacobian -> True,
- UseLoopControl -> True];
+ UseLoopControl -> True,
+ UseVectors -> True];