ddemidov / mba

Scattered data interpolation with multilevel B-Splines
MIT License
74 stars 23 forks source link

Update to make code compile as C++17 #6

Closed GruenSein closed 5 years ago

GruenSein commented 5 years ago

Replaced std::bind2nd with std::bind and std::placeholder::_1

ddemidov commented 5 years ago

Thank you! I've applied some simplifications and merged.