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

roland.haas at physics.gatech.edu roland.haas at physics.gatech.edu
Fri Sep 30 09:55:19 CDT 2011


User: rhaas
Date: 2011/09/30 09:55 AM

Removed:
 /trunk/m/
  WeylScal4.patch

Modified:
 /trunk/m/
  Makefile, WeylScal4.m

Log:
 WeylScal4 needs to be scheduled after ADMBase_SetADMVars
 
 this fixes ticket #579 (scheduling was correct before due to alphabetical sorting)
 
 have make abort when there is an error creating the thorn

File Changes:

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

File [modified]: Makefile
Delta lines: +1 -0
===================================================================
--- trunk/m/Makefile	2011-09-30 01:31:34 UTC (rev 82)
+++ trunk/m/Makefile	2011-09-30 14:55:19 UTC (rev 83)
@@ -8,6 +8,7 @@
 WeylScal4.out: WeylScal4.m
 	rm -rf WeylScal4
 	./runmath.sh $^
+	grep --silent 'Thorn ./WeylScal4 created successfully' WeylScal4.out
 	for thorn in WeylScal4; do								  \
 		./copy-if-changed.sh $$thorn/configuration.ccl ../../$$thorn/configuration.ccl && \
 		./copy-if-changed.sh $$thorn/interface.ccl     ../../$$thorn/interface.ccl     && \

File [modified]: WeylScal4.m
Delta lines: +1 -0
===================================================================
--- trunk/m/WeylScal4.m	2011-09-30 01:31:34 UTC (rev 82)
+++ trunk/m/WeylScal4.m	2011-09-30 14:55:19 UTC (rev 83)
@@ -119,6 +119,7 @@
 {
   Name -> "psis_calc_" <> fdOrder,
   Where -> Interior,
+  After -> "ADMBase_SetADMVars",
   ConditionalOnKeyword -> {"fd_order", fdOrder},
   Shorthands -> shorthands,
   Equations ->

File [removed]: WeylScal4.patch
Delta lines: +0 -0
Deleted: trunk/m/WeylScal4.patch



More information about the Commits mailing list