aboutsummaryrefslogtreecommitdiffstats
path: root/mass_profile/fit_nfw_sbp.cpp
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-07 14:12:00 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-07 14:12:00 +0800
commit3c2a468273fe1d07f19bf784d7f878ea008a0925 (patch)
tree41f5da24b6fc28c74dbb348b00cf8cbc2a2846a3 /mass_profile/fit_nfw_sbp.cpp
parent18e50108246fefb6062538df452b8fbf1d235731 (diff)
downloadchandra-acis-analysis-3c2a468273fe1d07f19bf784d7f878ea008a0925.tar.bz2
Rename spline.h to spline.hpp
Diffstat (limited to 'mass_profile/fit_nfw_sbp.cpp')
-rw-r--r--mass_profile/fit_nfw_sbp.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/mass_profile/fit_nfw_sbp.cpp b/mass_profile/fit_nfw_sbp.cpp
index a7d0537..35e42a6 100644
--- a/mass_profile/fit_nfw_sbp.cpp
+++ b/mass_profile/fit_nfw_sbp.cpp
@@ -14,7 +14,7 @@
#include <methods/powell/powell_method.hpp>
#include <core/freeze_param.hpp>
#include <error_estimator/error_estimator.hpp>
-#include "spline.h"
+#include "spline.hpp"
#include <cpgplot.h>
using namespace std;
using namespace opt_utilities;
@@ -22,9 +22,7 @@ using namespace opt_utilities;
const double M_sun=1.988E33;//solar mass in g
const double kpc=3.086E21;//kpc in cm
-//A class enclosing the spline interpolation method of cooling function
-//check spline.h for more detailed information
-//this class is a thin wrapper for the spline class defined in spline.h
+//A class enclosing the spline interpolation method
class spline_func_obj
:public func_obj<double,double>
{