diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-13 18:55:03 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-13 18:55:03 (GMT) |
commit | c90d6ad2869a9787e5068ca2a9f72f51d5b30438 (patch) | |
tree | e788f6a70d3ce722fb3c2100f24e09ea68cbd07b | |
parent | 717609a6749de1a88861859003454d8320a37ab2 (diff) | |
download | hdf5-c90d6ad2869a9787e5068ca2a9f72f51d5b30438.zip hdf5-c90d6ad2869a9787e5068ca2a9f72f51d5b30438.tar.gz hdf5-c90d6ad2869a9787e5068ca2a9f72f51d5b30438.tar.bz2 |
[svn-r27374] misc cleanup
-rw-r--r-- | fortran/src/H5Pff.F90 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fortran/src/H5Pff.F90 b/fortran/src/H5Pff.F90 index bdffcd7..203661f 100644 --- a/fortran/src/H5Pff.F90 +++ b/fortran/src/H5Pff.F90 @@ -7095,7 +7095,10 @@ SUBROUTINE h5pset_attr_phase_change_f(ocpl_id, max_compact, min_dense, hdferr) END SUBROUTINE h5pget_file_image_f +! ********************************************************************* ! Fortran interfaces for H5P functions needed by parallel MPI programs. +! ********************************************************************* + #ifdef H5_HAVE_PARALLEL !****s* H5P/h5pset_fapl_mpio_f ! |