fix HDF5Reader build with MSVC
Sadly, variable-sized stack arrays are only a feature of C99, but not C++11, so this patch uses std::vector instead.
Please register or sign in to comment
Sadly, variable-sized stack arrays are only a feature of C99, but not C++11, so this patch uses std::vector instead.