From 446651cb84f566387390fbd9e4f8bf315405963b Mon Sep 17 00:00:00 2001 From: tlatorre Date: Fri, 7 Dec 2018 13:40:35 -0600 Subject: add the QUAD fitter --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 9bae25e..9739428 100644 --- a/src/Makefile +++ b/src/Makefile @@ -14,7 +14,7 @@ calculate_limits: calculate_limits.c solid_angle.o: solid_angle.c -test: test.o solid_angle.o optics.o muon.o vector.o quantum_efficiency.o pdg.o scattering.o misc.o mt19937ar.o sno_charge.o path.o random.o pmt_response.o db.o dict.o siphash.o electron.o proton.o likelihood.o pmt.o +test: test.o solid_angle.o optics.o muon.o vector.o quantum_efficiency.o pdg.o scattering.o misc.o mt19937ar.o sno_charge.o path.o random.o pmt_response.o db.o dict.o siphash.o electron.o proton.o likelihood.o pmt.o quad.o test-vector: test-vector.o vector.o mt19937ar.o -- cgit