diff options
Diffstat (limited to 'mass_profile/calc_lx_dbeta.cpp')
-rw-r--r-- | mass_profile/calc_lx_dbeta.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mass_profile/calc_lx_dbeta.cpp b/mass_profile/calc_lx_dbeta.cpp index 5fa2cb6..c2f6a10 100644 --- a/mass_profile/calc_lx_dbeta.cpp +++ b/mass_profile/calc_lx_dbeta.cpp @@ -17,7 +17,7 @@ #include <methods/powell/powell_method.hpp> #include <core/freeze_param.hpp> #include <error_estimator/error_estimator.hpp> -#include "spline.h" +#include "spline.hpp" using namespace std; using namespace opt_utilities; @@ -34,9 +34,7 @@ double dbeta_func(double r, double n01, double rc1, double beta1, } -//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> { |