Skip to content

[IO] Fix multi that would keep the first file open

Samuel Debionne requested to merge fix-io-multi into develop

The first file in the a serie was kept open and consequently impossible to open in HDF5. The issue was with the reference counting of the shared_ptr to the writers.

Merge request reports