src/include/H5.f90:

- typo fixed in function name h5_setprop_file_corevfd()
This commit is contained in:
2015-09-08 20:50:44 +02:00
parent 992e8cf58e
commit c5ce2f06ac
+3 -3
View File
@@ -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