diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2016-06-15 13:56:20 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2016-06-15 13:56:20 (GMT) |
commit | 0c2964383b43ee81be6119fefd9fccb07b0de9b1 (patch) | |
tree | facd4c6e361f4de5620262c172391389fd3ac89d /fortran/test/tH5G_1_8.F90 | |
parent | d3396a79532601bf22e385f94b12e55dfb2c3bd0 (diff) | |
download | hdf5-0c2964383b43ee81be6119fefd9fccb07b0de9b1.zip hdf5-0c2964383b43ee81be6119fefd9fccb07b0de9b1.tar.gz hdf5-0c2964383b43ee81be6119fefd9fccb07b0de9b1.tar.bz2 |
[svn-r30078] Fixed -- HDFFV-9675 Removed unused variables in Fortran Library.
Tested Jelly.
Diffstat (limited to 'fortran/test/tH5G_1_8.F90')
-rw-r--r-- | fortran/test/tH5G_1_8.F90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5G_1_8.F90 b/fortran/test/tH5G_1_8.F90 index ddc3736..f894edd 100644 --- a/fortran/test/tH5G_1_8.F90 +++ b/fortran/test/tH5G_1_8.F90 @@ -1383,7 +1383,7 @@ END SUBROUTINE delete_by_idx ! * Purpose: Support routine for link_info_by_idx, to verify the link ! * info is correct for a link ! * -! * Note: This routine assumes that the links have been inserted in the +! * Note: This routine assumes that the links have been inserted in the ! * group in alphabetical order. ! * ! * Return: Success: 0 |