summaryrefslogtreecommitdiffstats
path: root/develop/namespaceh5fortkit.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/namespaceh5fortkit.html')
-rw-r--r--develop/namespaceh5fortkit.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/develop/namespaceh5fortkit.html b/develop/namespaceh5fortkit.html
index e4e1822..75a3f4e 100644
--- a/develop/namespaceh5fortkit.html
+++ b/develop/namespaceh5fortkit.html
@@ -38,7 +38,7 @@
<td id="projectlogo"><img alt="Logo" src="HDFG-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname"><a href="https://www.hdfgroup.org">HDF5</a>
- &#160;<span id="projectnumber">1.15.0.fe5d0d5</span>
+ &#160;<span id="projectnumber">1.15.0.871a49f</span>
</div>
<div id="projectbrief">API Reference</div>
</td>
@@ -112,12 +112,12 @@ $(function(){initNavTree('namespaceh5fortkit.html',''); initResizable(); });
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions/Subroutines</h2></td></tr>
-<tr class="memitem:a5ae08fea50cf6bf6678bc79b670859ca" id="r_a5ae08fea50cf6bf6678bc79b670859ca"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a5ae08fea50cf6bf6678bc79b670859ca">hd5c2fstring</a> (fstring, cstring, len)</td></tr>
-<tr class="separator:a5ae08fea50cf6bf6678bc79b670859ca"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:adebb84c71a26755262a358f911b20e05" id="r_adebb84c71a26755262a358f911b20e05"><td class="memItemLeft" align="right" valign="top">subroutine&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#adebb84c71a26755262a358f911b20e05">hd5c2fstring</a> (fstring, cstring, f_len, c_len)</td></tr>
+<tr class="separator:adebb84c71a26755262a358f911b20e05"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Function/Subroutine Documentation</h2>
-<a id="a5ae08fea50cf6bf6678bc79b670859ca" name="a5ae08fea50cf6bf6678bc79b670859ca"></a>
-<h2 class="memtitle"><span class="permalink"><a href="#a5ae08fea50cf6bf6678bc79b670859ca">&#9670;&#160;</a></span>hd5c2fstring()</h2>
+<a id="adebb84c71a26755262a358f911b20e05" name="adebb84c71a26755262a358f911b20e05"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#adebb84c71a26755262a358f911b20e05">&#9670;&#160;</a></span>hd5c2fstring()</h2>
<div class="memitem">
<div class="memproto">
@@ -125,17 +125,22 @@ Functions/Subroutines</h2></td></tr>
<tr>
<td class="memname">subroutine hd5c2fstring </td>
<td>(</td>
- <td class="paramtype">character(len=len)</td> <td class="paramname"><span class="paramname"><em>fstring</em>, </span></td>
+ <td class="paramtype">character(*)</td> <td class="paramname"><span class="paramname"><em>fstring</em>, </span></td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
- <td class="paramtype">character(len=1), dimension(1:len)</td> <td class="paramname"><span class="paramname"><em>cstring</em>, </span></td>
+ <td class="paramtype">character(len=1), dimension(1:c_len)</td> <td class="paramname"><span class="paramname"><em>cstring</em>, </span></td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
- <td class="paramtype">integer</td> <td class="paramname"><span class="paramname"><em>len</em></span>&#160;)</td>
+ <td class="paramtype">integer(size_t)</td> <td class="paramname"><span class="paramname"><em>f_len</em>, </span></td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">integer(size_t)</td> <td class="paramname"><span class="paramname"><em>c_len</em></span>&#160;)</td>
</tr>
</table>
</div><div class="memdoc">