From ca6b4cc52d9628bf870e22ea9c4f2b6ae1b1b7f1 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 29 Jan 2014 08:57:37 +0100 Subject: [PATCH] names of Fortran API header files fixed --- src/include/H5Part_model.f90 | 10 ---------- src/include/H5hut.f90 | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/src/include/H5Part_model.f90 b/src/include/H5Part_model.f90 index bd44a43..bdab318 100644 --- a/src/include/H5Part_model.f90 +++ b/src/include/H5Part_model.f90 @@ -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 !! diff --git a/src/include/H5hut.f90 b/src/include/H5hut.f90 index da3ab03..6400693 100644 --- a/src/include/H5hut.f90 +++ b/src/include/H5hut.f90 @@ -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