diff options
Diffstat (limited to 'mass_profile/fit_nfw_sbp.cpp')
-rw-r--r-- | mass_profile/fit_nfw_sbp.cpp | 6 |
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> { |