aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-09-30 14:55:19 +0000
committerrhaas <rhaas@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2011-09-30 14:55:19 +0000
commited6a70026e2d2f128abd5614a90344f3f68d0155 (patch)
treedcbf99adb224eeda4ae0fed73c07356fbe2ac360
parent917d0726cc16b5b0e8336dbddd927a165e47778c (diff)
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 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@83 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
-rw-r--r--m/Makefile1
-rw-r--r--m/WeylScal4.m1
-rw-r--r--m/WeylScal4.patch0
3 files changed, 2 insertions, 0 deletions
diff --git a/m/Makefile b/m/Makefile
index 18bf492..4d19481 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -8,6 +8,7 @@ all: WeylScal4.out
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 && \
diff --git a/m/WeylScal4.m b/m/WeylScal4.m
index 8b4b2c4..f6f6bbb 100644
--- a/m/WeylScal4.m
+++ b/m/WeylScal4.m
@@ -119,6 +119,7 @@ PsisCalc[fdOrder_, PD_] :=
{
Name -> "psis_calc_" <> fdOrder,
Where -> Interior,
+ After -> "ADMBase_SetADMVars",
ConditionalOnKeyword -> {"fd_order", fdOrder},
Shorthands -> shorthands,
Equations ->
diff --git a/m/WeylScal4.patch b/m/WeylScal4.patch
deleted file mode 100644
index e69de29..0000000
--- a/m/WeylScal4.patch
+++ /dev/null