diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-14 18:46:09 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-14 18:46:09 (GMT) |
commit | e076946256d7b2af5e9410ca8465126f7ce8ccf4 (patch) | |
tree | 17b782bd7dc05f9cb5f042afd5246b24435a4e18 /fortran | |
parent | f76d1ca08bf48cc0dfb95fc8d940e5a3c8df56f9 (diff) | |
download | hdf5-e076946256d7b2af5e9410ca8465126f7ce8ccf4.zip hdf5-e076946256d7b2af5e9410ca8465126f7ce8ccf4.tar.gz hdf5-e076946256d7b2af5e9410ca8465126f7ce8ccf4.tar.bz2 |
[svn-r27386] misc clean-up
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5_buildiface.F90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5_buildiface.F90 b/fortran/src/H5_buildiface.F90 index e2aa28b..83d5009 100644 --- a/fortran/src/H5_buildiface.F90 +++ b/fortran/src/H5_buildiface.F90 @@ -121,8 +121,8 @@ PROGRAM test_kind '! ',& '! PURPOSE',& '! This module is generated at build by H5_buildiface.F90 to handle all the',& -'! detected REAL KINDs for APIs being passed REAL KINDs. Currently these ',& -'! are H5A, H5D and H5P APIs',& +'! detected KINDs for APIs being passed INTEGERs, REALs and CHARACTERs. Currently ',& +'! these are H5A, H5D and H5P APIs',& '!',& '! COPYRIGHT',& '! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *',& |