ComputationalRadiationPhysics / libSplash

libSplash - Simple Parallel file output Library for Accumulating Simulation data using Hdf5
GNU Lesser General Public License v3.0
15 stars 15 forks source link

Fix #224 `readMeta` ColType Detection #225

Closed ax3l closed 8 years ago

ax3l commented 8 years ago

Fixes #224 by implementing the readMeta members in [Serial|Parallel]DataCollector correctly in case more then one entry (data set) is available per iteration.

Implements:

Fixes