optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
117 stars 33 forks source link

RBF: fix data set removal #242

Closed andrea-iob closed 2 years ago

andrea-iob commented 2 years ago

I'm not sure this is the right fix, but weights were erased using values' iteratror . Found by cppcheck.

Other than the fix for data set removal, there are some cosmetic fixes.