aboutsummaryrefslogtreecommitdiff
path: root/m/Makefile
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-03-14 13:13:18 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2010-03-14 13:13:18 -0500
commit5e7d21dadf4c03aeb63e42720a8c52c2cf57917a (patch)
tree0b69e1f5f475e1e8bfe5d29e3934fb190d9bfde2 /m/Makefile
parent213ad0628fce0a5b8b38f4aa8f200177452faddf (diff)
Schedule boundary conditions in ML_PseudoEvolution
Diffstat (limited to 'm/Makefile')
-rw-r--r--m/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/m/Makefile b/m/Makefile
index d0e9a4e..ba82b5a 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -24,6 +24,7 @@ McLachlan_BSSN.out: McLachlan_BSSN.m
McLachlan_ADMConstraints.out: McLachlan_ADMConstraints.m
rm -rf ML_ADMConstraints*
./runmath.sh $^
+ perl -pi -e 's/MoL_PostStep/MoL_PseudoEvolution/g' ML_ADMConstraints*/schedule.ccl
for thorn in ML_ADMConstraints*; do \
./copy-if-changed.sh $$thorn ../$$thorn; \
done
@@ -31,6 +32,7 @@ McLachlan_ADMConstraints.out: McLachlan_ADMConstraints.m
McLachlan_ADMQuantities.out: McLachlan_ADMQuantities.m
rm -rf ML_ADMQuantities*
./runmath.sh $^
+ perl -pi -e 's/MoL_PostStep/MoL_PseudoEvolution/g' ML_ADMQuantities*/schedule.ccl
for thorn in ML_ADMQuantities*; do \
./copy-if-changed.sh $$thorn ../$$thorn; \
done