aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2012-04-30 19:45:49 +0000
committerhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2012-04-30 19:45:49 +0000
commitc6df4d87a6e88fcf21c7c352dee7d2b375b7bd84 (patch)
tree375f01ec140906da1f932279d513cd79bd69092b
parente976e0298be501bff6d8ae0ecf35480c6945d382 (diff)
WeylScal4.m: Add $RecursionLimit = 1000
Not sure why this is needed; probably some algorithm in Kranc is programmed recursively. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@102 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
-rw-r--r--m/WeylScal4.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/m/WeylScal4.m b/m/WeylScal4.m
index c5300ea..0c39700 100644
--- a/m/WeylScal4.m
+++ b/m/WeylScal4.m
@@ -1,6 +1,8 @@
SetEnhancedTimes[False];
SetSourceLanguage["C"];
+$RecursionLimit=1000;
+
(****************************************************************************
Derivatives
****************************************************************************)