icedb  version 0.5.1
Snow particle scattering database API
hdf5_load.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef _MSC_FULL_VER
4 #pragma warning( push )
5 #pragma warning(disable:4251)
6 #endif
7 #include <hdf5.h>
8 #include <H5Cpp.h>
9 #include <hdf5_hl.h>
10 
11 // HDF5 functions jump around between base classes in the C++
12 // library. This is unfortunate.
13 // H5pubconf.h defines a H5_VERSION macro that can help.
14 
15 
16 
17 #ifdef _MSC_FULL_VER
18 #pragma warning( pop )
19 #endif