diff options
Diffstat (limited to 'src/H5FDfphdf5.h')
-rw-r--r-- | src/H5FDfphdf5.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDfphdf5.h b/src/H5FDfphdf5.h index 0736c15..eeda50a 100644 --- a/src/H5FDfphdf5.h +++ b/src/H5FDfphdf5.h @@ -18,11 +18,11 @@ #include "H5FDmpio.h" #include "H5FDpublic.h" /* for the H5FD_t structure */ -#ifdef H5_HAVE_PARALLEL +#ifdef H5_HAVE_FPHDF5 # define H5FD_FPHDF5 (H5FD_fphdf5_init()) #else # define H5FD_FPHDF5 (-1) -#endif /* H5_HAVE_PARALLEL */ +#endif /* H5_HAVE_FPHDF5 */ /* Macros */ |