Changed to use configure and not CMake for hdf5.
This commit is contained in:
parent
7a81120977
commit
7c7ccd6f87
2 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue