From c5ce2f06ac230d8b6e934ab49e0338953290c57b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 8 Sep 2015 20:50:44 +0200 Subject: [PATCH] src/include/H5.f90: - typo fixed in function name h5_setprop_file_corevfd() --- src/include/H5.f90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/H5.f90 b/src/include/H5.f90 index 76032ef..eb14205 100644 --- a/src/include/H5.f90 +++ b/src/include/H5.f90 @@ -62,13 +62,13 @@ !> !! \ingroup h5hut_file_f - !! Store core VFD. + !! Use the core virtual file driver. !! See \ref H5SetPropCoreVFD !! \return 0 on success or -2 on error !< - INTEGER*8 FUNCTION h5_setprop_file_core_vfd (prop) + INTEGER*8 FUNCTION h5_setprop_file_corevfd (prop) INTEGER*8, INTENT(IN) :: prop !< property - END FUNCTION h5_setprop_file_core_vfd + END FUNCTION h5_setprop_file_corevfd !> !! \ingroup h5hut_file_f