Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
external/mdal/frmts/mdal_hdf5.hpp
|
@@ -27,7 +27,7 @@ struct HdfString |
|
|
char data [HDF_MAX_NAME]; |
|
|
}; |
|
|
|
|
|
template <int TYPE> inline void hdfClose( hid_t id ) { assert( false ); } |
|
|
template <int TYPE> inline void hdfClose( hid_t id ) { Q_UNUSED( id ); assert( false ); } |
|
|
template <> inline void hdfClose<H5I_FILE>( hid_t id ) { H5Fclose( id ); } |
|
|
template <> inline void hdfClose<H5I_GROUP>( hid_t id ) { H5Gclose( id ); } |
|
|
template <> inline void hdfClose<H5I_DATASET>( hid_t id ) { H5Dclose( id ); } |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.