Fixed minimum version number for HDF5 class hierarchy
This commit is contained in:
parent
e0ce86ae18
commit
ec4e895fd8
@ -51,7 +51,7 @@ knowledge of the CeCILL license and that you accept its terms.
|
|||||||
#include <H5Cpp.h>
|
#include <H5Cpp.h>
|
||||||
|
|
||||||
namespace CosmoTool {
|
namespace CosmoTool {
|
||||||
#if H5_VERSION_GE(1,10,0)
|
#if H5_VERSION_GE(1,8,20)
|
||||||
typedef H5::CommonFG H5_CommonFileGroup;
|
typedef H5::CommonFG H5_CommonFileGroup;
|
||||||
#else
|
#else
|
||||||
typedef H5::Group H5_CommonFileGroup;
|
typedef H5::Group H5_CommonFileGroup;
|
||||||
|
Loading…
Reference in New Issue
Block a user