aboutsummaryrefslogtreecommitdiff
path: root/m/Makefile
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-07 09:59:48 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2010-12-07 10:01:49 -0600
commit80d65c98753364961227f043cc5d7eef2137b956 (patch)
tree6855ff0463a1dce9772ec460457d3ab6522e1c2b /m/Makefile
parent269988a4aa3c680dacf643b592089a5faa0931e7 (diff)
Do not fix up the boundaries of analysis quantities any more; Kranc now handles this correctly.
Diffstat (limited to 'm/Makefile')
-rw-r--r--m/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/m/Makefile b/m/Makefile
index 7a4fa90..48c7197 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -26,7 +26,6 @@ McLachlan_ADMConstraints.out: McLachlan_ADMConstraints.m
./runmath.sh $^
perl -pi -e 's/MoL_PostStep/MoL_PseudoEvolution/g' ML_ADMConstraints*/schedule.ccl
for thorn in ML_ADMConstraints*; do \
- ./fixup-ADMConstraints.pl $$thorn; \
./copy-if-changed.sh $$thorn ../$$thorn; \
done
@@ -35,7 +34,6 @@ McLachlan_ADMQuantities.out: McLachlan_ADMQuantities.m
./runmath.sh $^
perl -pi -e 's/MoL_PostStep/MoL_PseudoEvolution/g' ML_ADMQuantities*/schedule.ccl
for thorn in ML_ADMQuantities*; do \
- ./fixup-ADMQuantities.pl $$thorn; \
./copy-if-changed.sh $$thorn ../$$thorn; \
done