Fixed minimum version number for HDF5 class hierarchy

This commit is contained in:
Guilhem Lavaux 2018-11-02 08:02:26 +01:00
parent e0ce86ae18
commit ec4e895fd8

View File

@ -51,7 +51,7 @@ knowledge of the CeCILL license and that you accept its terms.
#include <H5Cpp.h>
namespace CosmoTool {
#if H5_VERSION_GE(1,10,0)
#if H5_VERSION_GE(1,8,20)
typedef H5::CommonFG H5_CommonFileGroup;
#else
typedef H5::Group H5_CommonFileGroup;