diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-10-20 03:02:52 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-10-20 03:02:52 (GMT) |
commit | 7968c506077fceab24d791c4d64344ed7bc4c30d (patch) | |
tree | 509dfcfc4d4f99cbaa06795067760bc6f0e64ecd /fortran/src/H5_ff.f90 | |
parent | a4a3bd4b03015d35dcba8ebbda9c356c2ded693c (diff) | |
download | hdf5-7968c506077fceab24d791c4d64344ed7bc4c30d.zip hdf5-7968c506077fceab24d791c4d64344ed7bc4c30d.tar.gz hdf5-7968c506077fceab24d791c4d64344ed7bc4c30d.tar.bz2 |
[svn-r21615] Robodoc comment changes.
Diffstat (limited to 'fortran/src/H5_ff.f90')
-rw-r--r-- | fortran/src/H5_ff.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5_ff.f90 b/fortran/src/H5_ff.f90 index 96d9eed..dcd1917 100644 --- a/fortran/src/H5_ff.f90 +++ b/fortran/src/H5_ff.f90 @@ -361,11 +361,11 @@ CONTAINS ! ! Inputs: ! kind - Fortran KIND parameter -! flag - whether KIND is of type INTEGER or REAL: +! flag - Whether KIND is of type INTEGER or REAL: ! H5_INTEGER_KIND - integer ! H5_REAL_KIND - real ! Outputs: -! h5_type - returns the type +! h5_type - Returns the type ! ! AUTHOR ! M. Scot Breitenfeld |