From 80d65c98753364961227f043cc5d7eef2137b956 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 7 Dec 2010 09:59:48 -0600 Subject: Do not fix up the boundaries of analysis quantities any more; Kranc now handles this correctly. --- m/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'm/Makefile') 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 -- cgit v1.2.3