[Commits] [svn:einsteintoolkit] WeylScal4/trunk/m/ (Rev. 102)

ian.hinder at aei.mpg.de ian.hinder at aei.mpg.de
Mon Apr 30 14:45:50 CDT 2012


User: hinder
Date: 2012/04/30 02:45 PM

Modified:
 /trunk/m/
  WeylScal4.m

Log:
 WeylScal4.m: Add $RecursionLimit = 1000
 
 Not sure why this is needed; probably some algorithm in Kranc is programmed recursively.

File Changes:

Directory: /trunk/m/
====================

File [modified]: WeylScal4.m
Delta lines: +2 -0
===================================================================
--- trunk/m/WeylScal4.m	2012-01-06 17:32:25 UTC (rev 101)
+++ trunk/m/WeylScal4.m	2012-04-30 19:45:49 UTC (rev 102)
@@ -1,6 +1,8 @@
 SetEnhancedTimes[False];
 SetSourceLanguage["C"];
 
+$RecursionLimit=1000;
+
 (****************************************************************************
   Derivatives
  ****************************************************************************)



More information about the Commits mailing list