diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-07 14:12:00 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-07 14:12:00 +0800 |
commit | 3c2a468273fe1d07f19bf784d7f878ea008a0925 (patch) | |
tree | 41f5da24b6fc28c74dbb348b00cf8cbc2a2846a3 /mass_profile/Makefile | |
parent | 18e50108246fefb6062538df452b8fbf1d235731 (diff) | |
download | chandra-acis-analysis-3c2a468273fe1d07f19bf784d7f878ea008a0925.tar.bz2 |
Rename spline.h to spline.hpp
Diffstat (limited to 'mass_profile/Makefile')
-rw-r--r-- | mass_profile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mass_profile/Makefile b/mass_profile/Makefile index b9b6136..b6418ab 100644 --- a/mass_profile/Makefile +++ b/mass_profile/Makefile @@ -1,5 +1,5 @@ # -# Makefile for `mass_profile` tools +# Makefile for `chandra-acis-analysis/mass_profile` tools # # Junhua GU # Weitian LI @@ -29,7 +29,7 @@ TARGETS= fit_nfw_sbp fit_dbeta_sbp fit_beta_sbp \ fit_direct_beta calc_distance fit_wang2012_model \ fit_nfw_mass calc_lx fit_mt_pl fit_lt_pl fit_mt_bpl \ fit_lt_bpl cooling_time calc_lx_dbeta calc_lx_beta -HEADERS= projector.hpp spline.h vchisq.hpp +HEADERS= projector.hpp spline.hpp vchisq.hpp all: pgplot $(TARGETS) |