From 405b19cfb985f2f34570c403ef14876bccd502a3 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 17 Feb 2017 23:21:46 +0800 Subject: Remove the unused mass_profile/fit_direct_beta.cpp --- mass_profile/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mass_profile/Makefile') diff --git a/mass_profile/Makefile b/mass_profile/Makefile index 2f9ed26..c13b312 100644 --- a/mass_profile/Makefile +++ b/mass_profile/Makefile @@ -24,7 +24,7 @@ endif OPT_UTIL_INC ?= -I../opt_utilities TARGETS= fit_nfw_sbp fit_dbeta_sbp fit_beta_sbp \ - fit_direct_beta fit_wang2012_model \ + fit_wang2012_model \ fit_nfw_mass fit_mt_pl fit_lt_pl fit_mt_bpl \ fit_lt_bpl calc_lx_dbeta calc_lx_beta HEADERS= projector.hpp spline.hpp vchisq.hpp @@ -48,9 +48,6 @@ fit_wang2012_model: fit_wang2012_model.o fit_nfw_mass: fit_nfw_mass.o $(CXX) $(CXXFLAGS) $^ -o $@ $(OPT_UTIL_INC) -fit_direct_beta: fit_direct_beta.o - $(CXX) $(CXXFLAGS) $^ -o $@ $(OPT_UTIL_INC) - calc_lx_dbeta: calc_lx_dbeta.o beta_cfg.o report_error.o $(CXX) $(CXXFLAGS) $^ -o $@ $(OPT_UTIL_INC) -- cgit v1.2.2