names of Fortran API header files fixed

This commit is contained in:
2014-01-29 08:57:37 +01:00
parent 60df95b10a
commit ca6b4cc52d
2 changed files with 2 additions and 12 deletions
-10
View File
@@ -107,16 +107,6 @@
INTEGER*8, INTENT(IN) :: filehandle !< the handle returned during file open
END FUNCTION h5pt_getndatasets
!>
!! \ingroup h5part_model_f
!!
!! See \ref H5PartGetNumParticles
!! \return the number of particles or error code
!<
INTEGER*8 FUNCTION h5pt_getnpoints (filehandle)
INTEGER*8, INTENT(IN) :: filehandle !< the handle returned during file open
END FUNCTION h5pt_getnpoints
!>
!! \ingroup h5part_model_f
!!
+2 -2
View File
@@ -13,10 +13,10 @@ MODULE H5hut
include 'H5_attribs.f90'
include 'H5_model.f90'
include 'H5Part.f90'
include 'H5Part_model.f90'
include 'H5Part_io.f90'
include 'H5Block.f90'
include 'H5Block_model.f90'
include 'H5Block_attribs.f90'
include 'H5Block_io.f90'
END MODULE H5hut