optimad / bitpit

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

PABLO: silence some "uninitialized variable" warnings reported by Coverity #327

Closed andrea-iob closed 1 year ago

andrea-iob commented 2 years ago

They all seem false positive, with the exception for the initialization of the global number of octants.

marcocisternino commented 1 year ago

I just checked the code. It seems good to me.