Changed to use configure and not CMake for hdf5.

This commit is contained in:
Guilhem Lavaux 2023-12-06 21:21:11 +00:00
parent 7a81120977
commit 7c7ccd6f87
2 changed files with 9 additions and 10 deletions

View file

@ -157,6 +157,7 @@ const Interpolate& Interpolate::operator=(const Interpolate& a)
gsl_spline_init(spline, a.spline->x, a.spline->y, a.spline->size);
logx = a.logx;
logy = a.logy;
return *this;
}
double Interpolate::getMaxX() const