From 410a50b54b4e99c058066b88383568aae0757b36 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Mon, 13 Apr 2015 15:03:40 -0500 Subject: [svn-r26792] Fixed HL Fortran API entry. --- release_docs/RELEASE.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 07436d6..a48c3bd 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -549,7 +549,13 @@ Bug Fixes since HDF5-1.8.14 Fortran High-Level APIs: ------------------------ - - Fixed mismatching integer type for internal library C interface function H5tbmake_table_c. + + - Internal library fix for missing argument declaration. + + In Interface block for h5tbmake_table_c, "max_char_size_field_names" is listed as an input, but in the + argument definitions it is "INTEGER :: max_char_size". This caused no known problems with the Fortran HL API. + + Fixed missing argument definition. (MSB - 2015/2/18 - HDFFV-8559) -- cgit v0.12