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

IO: add a generic function to flush VTK values #410

Closed andrea-iob closed 10 months ago

andrea-iob commented 10 months ago

The new function allows to easily flush values on both ASCII and appended files.

andrea-iob commented 10 months ago

It works, but why isAppendedActive() and isASCIIActive prototypes are in the first commit and their implementation are in the second one? Once the commits are fixed I can approve.

Fixed.