aboutsummaryrefslogtreecommitdiffstats
path: root/mass_profile/fit_dbeta_sbp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mass_profile/fit_dbeta_sbp.cpp')
-rw-r--r--mass_profile/fit_dbeta_sbp.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/mass_profile/fit_dbeta_sbp.cpp b/mass_profile/fit_dbeta_sbp.cpp
index 30c4c35..71b3089 100644
--- a/mass_profile/fit_dbeta_sbp.cpp
+++ b/mass_profile/fit_dbeta_sbp.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;
@@ -45,9 +45,7 @@ static double calc_critical_density(double z,
}
-//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>
{