optimad / bitpit

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

POD: fix pod kernel clear #435

Closed giacomo-zuccarino-optimad closed 6 months ago

giacomo-zuccarino-optimad commented 7 months ago

The pull request fixes an issue with the pod kernel clearMapper method. Previous implementation caused runtime error when pod objects were instantiated without setting the pod kernel. The current modification prevents this from happening.