optimad / bitpit

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

containers: fixes and improvements to the restore of PiercedVector containers #416

Closed andrea-iob closed 7 months ago

andrea-iob commented 9 months ago

Dump/restore are now enabled also for PiercedVectors that store POD data (previously they were enabled only if the data was implementing dump/restore functions).

PiercedSyncActions with no data are now properly dumped/restored (this change breaks the compatibility with older dumps).