Skip to content

Commit 23948b2

Browse files
committed
Fix include name
1 parent 4466da1 commit 23948b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hdf5/src/globals.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ pub static H5FD_MULTI: LazyLock<hid_t> = LazyLock::new(|| {
361361

362362
// MPI-IO file driver
363363
#[cfg(all(feature = "2.0.0", all(feature = "have-parallel", feature = "mpio")))]
364-
pub static H5FD_MPIO: LazyLock<hid_t> = LazyLock::new(|| *hdf5_sys::h5fd::H5FD_MPIO_id);
364+
pub static H5FD_MPIO: LazyLock<hid_t> = LazyLock::new(|| *hdf5_sys::h5fd::H5FD_MPIO);
365365
#[cfg(all(feature = "2.0.0", not(all(feature = "have-parallel", feature = "mpio"))))]
366366
pub static H5FD_MPIO: LazyLock<hid_t> = LazyLock::new(|| H5I_INVALID_HID);
367367

0 commit comments

Comments
 (0)