Skip to content

Commit

Permalink
fixed scope
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 24, 2024
1 parent 61cdaac commit 96b7347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fortran/src/H5Pff.F90
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ MODULE H5P
PRIVATE h5pget_integer, h5pget_char, h5pget_ptr
PRIVATE h5pregister_integer, h5pregister_ptr
PRIVATE h5pinsert_integer, h5pinsert_char, h5pinsert_ptr
#ifdef H5_HAVE_PARALLEL
PRIVATE h5pset_fapl_mpio_f90, h5pget_fapl_mpio_f90
#ifdef H5_HAVE_MPI_F08
PRIVATE h5pset_fapl_mpio_f08, h5pget_fapl_mpio_f08
#endif
#endif

#ifndef H5_DOXYGEN

Expand Down

0 comments on commit 96b7347

Please sign in to comment.