diff options
Diffstat (limited to 'mass_profile/cooling_time.cpp')
-rw-r--r-- | mass_profile/cooling_time.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mass_profile/cooling_time.cpp b/mass_profile/cooling_time.cpp index 12b869e..eb8af2b 100644 --- a/mass_profile/cooling_time.cpp +++ b/mass_profile/cooling_time.cpp @@ -1,7 +1,7 @@ #include <iostream> #include <fstream> #include <cmath> -#include "spline.h" +#include "spline.hpp" using namespace std; |