[svn-r29165] Various rododoc fixes. Effects comments only.

This commit is contained in:
Scot Breitenfeld 2016-02-19 14:09:34 -05:00
parent 0859dd40bb
commit 5126111606
8 changed files with 22 additions and 51 deletions

View File

@ -717,45 +717,9 @@ PROGRAM H5_buildiface
WRITE(11,'(A)') ' file_space_id_default, xfer_prp_default, f_ptr)'
WRITE(11,'(A)') ' END SUBROUTINE h5dread_ckind_rank'//chr_rank(j)
ENDDO
!
!**********************
! h5dwrite_f
!****s* H5D (F03)/h5dwrite_f_F03
!
! NAME
! h5dwrite_f_F03
!
! PURPOSE
! Writes raw data from a dataset into a buffer.
!
! Inputs:
! dset_id - Identifier of the dataset to write to.
! mem_type_id - Identifier of the memory datatype.
! buf - Buffer with data to be written to the file.
!
! Outputs:
! hdferr - Returns 0 if successful and -1 if fails
!
! Optional parameters:
! mem_space_id - Identifier of the memory dataspace.
! file_space_id - Identifier of the dataset's dataspace in the file.
! xfer_prp - Identifier of a transfer property list for this I/O operation.
!
! AUTHOR
! M. Scot Breitenfeld
! September 17, 2011
!
! Fortran2003 Interface:
!! SUBROUTINE h5dwrite_f(dset_id, mem_type_id, buf, hdferr, &
!! mem_space_id, file_space_id, xfer_prp)
!! INTEGER(HID_T), INTENT(IN) :: dset_id
!! INTEGER(HID_T), INTENT(IN) :: mem_type_id
!! TYPE(C_PTR) , INTENT(IN) :: buf
!! INTEGER , INTENT(OUT) :: hdferr
!! INTEGER(HID_T), INTENT(IN) , OPTIONAL :: mem_space_id
!! INTEGER(HID_T), INTENT(IN) , OPTIONAL :: file_space_id
!! INTEGER(HID_T), INTENT(IN) , OPTIONAL :: xfer_prp
!*****
!**********************
DO i = 1, num_rkinds
k = rkind(i)
WRITE(chr2,'(I2)') k

View File

@ -1,4 +1,11 @@
!****h* H5fortkit/H5fortkit
!****h* ROBODoc/H5fortkit
!
! NAME
! MODULE H5fortkit
!
! FILE
! fortran/src/H5fortkit.F90
!
! PURPOSE
! Routines to deal with C-FORTRAN issues.
!
@ -18,6 +25,7 @@
! access to either file, you may request a copy from help@hdfgroup.org. *
! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
!
!*****
MODULE H5fortkit
CONTAINS

View File

@ -1,10 +1,10 @@
!****p* Program/H5_buildiface
!****p* Program/H5_test_buildiface
!
! NAME
! Executable: H5_buildiface
! Executable: H5_test_buildiface
!
! FILE
! fortran/src/H5_buildiface.f90
! fortran/src/H5_test_buildiface.F90
!
! PURPOSE
! This stand alone program is used at build time to generate the program

View File

@ -1,7 +1,7 @@
!****h* root/fortran/test/tH5F_F03.f90
!****h* root/fortran/test/tH5F_F03
!
! NAME
! tH5F_F03.f90
! tH5F_F03.F90
!
! FUNCTION
! Test FORTRAN HDF5 H5F APIs which are dependent on FORTRAN 2003

View File

@ -1,7 +1,7 @@
!****h* root/fortran/test/tH5P_F03.f90
!****h* root/fortran/test/TH5P_F03
!
! NAME
! tH5P_F03.f90
! tH5P_F03.F90
!
! FUNCTION
! Test FORTRAN HDF5 H5P APIs which are dependent on FORTRAN 2003
@ -618,8 +618,7 @@ SUBROUTINE external_test_offset(cleanup,total_error)
END SUBROUTINE external_test_offset
!****h* root/fortran/test/tH5P_F03.f90
!
!-------------------------------------------------------------------------
! NAME
! test_vds
!

View File

@ -1,4 +1,4 @@
!****h* ROBODoc/HDF5
!****h* ROBODoc/THDF5
!
! NAME
! MODULE THDF5

View File

@ -1,4 +1,4 @@
!****h* ROBODoc/HDF5
!****h* ROBODoc/THDF5_1_8
!
! NAME
! MODULE THDF5_1_8

View File

@ -1,4 +1,4 @@
!****h* ROBODoc/HDF5
!****h* ROBODoc/THDF5_F03
!
! NAME
! MODULE THDF5_F03