diff options
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',& '! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *',& |