aboutsummaryrefslogtreecommitdiffstats
path: root/mass_profile/Makefile
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-17 23:21:46 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-17 23:22:09 +0800
commit405b19cfb985f2f34570c403ef14876bccd502a3 (patch)
tree23dfeb133b891f1db03ef3fe1bc0655051ccc389 /mass_profile/Makefile
parentad01d9ac3c2e206d8233cd237bea3cbd18507f1c (diff)
downloadchandra-acis-analysis-405b19cfb985f2f34570c403ef14876bccd502a3.tar.bz2
Remove the unused mass_profile/fit_direct_beta.cpp
Diffstat (limited to 'mass_profile/Makefile')
-rw-r--r--mass_profile/Makefile5
1 files changed, 1 insertions, 4 deletions
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)