names of Fortran API header files fixed
This commit is contained in:
@@ -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
|
||||
!!
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user