summaryrefslogtreecommitdiffstats
path: root/develop/_l_b_dset_create.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/_l_b_dset_create.html')
-rw-r--r--develop/_l_b_dset_create.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/_l_b_dset_create.html b/develop/_l_b_dset_create.html
index cc6ecbb..0030124 100644
--- a/develop/_l_b_dset_create.html
+++ b/develop/_l_b_dset_create.html
@@ -37,7 +37,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.184445f</span>
+ &#160;<span id="projectnumber">1.15.0.5f5f5f0</span>
</div>
<div id="projectbrief">API Reference</div>
</td>
@@ -266,7 +266,7 @@ Remarks</h2>
</div><!-- fragment --><p>Note that if using the pre-defined datatypes in FORTRAN, then a call must be made to initialize and terminate access to the pre-defined datatypes: </p><div class="fragment"><div class="line">CALL <a class="code" href="group___f_h5.html#ga041e8ea7a216ab58ddc59bf6751393d6">h5open_f</a> (hdferr)</div>
<div class="line">CALL <a class="code" href="group___f_h5.html#ga44774afab361ee25be7eda5b6fc86374">h5close_f</a> (hdferr)</div>
<div class="ttc" id="agroup___f_h5_html_ga041e8ea7a216ab58ddc59bf6751393d6"><div class="ttname"><a href="group___f_h5.html#ga041e8ea7a216ab58ddc59bf6751393d6">h5lib::h5open_f</a></div><div class="ttdeci">subroutine, public h5open_f(error)</div><div class="ttdoc">Initializes HDF5 Fortran interface.</div><div class="ttdef"><b>Definition:</b> H5_ff.F90:180</div></div>
-<div class="ttc" id="agroup___f_h5_html_ga44774afab361ee25be7eda5b6fc86374"><div class="ttname"><a href="group___f_h5.html#ga44774afab361ee25be7eda5b6fc86374">h5lib::h5close_f</a></div><div class="ttdeci">subroutine, public h5close_f(error)</div><div class="ttdoc">Closes HDF5 Fortran interface.</div><div class="ttdef"><b>Definition:</b> H5_ff.F90:795</div></div>
+<div class="ttc" id="agroup___f_h5_html_ga44774afab361ee25be7eda5b6fc86374"><div class="ttname"><a href="group___f_h5.html#ga44774afab361ee25be7eda5b6fc86374">h5lib::h5close_f</a></div><div class="ttdeci">subroutine, public h5close_f(error)</div><div class="ttdoc">Closes HDF5 Fortran interface.</div><div class="ttdef"><b>Definition:</b> H5_ff.F90:797</div></div>
</div><!-- fragment --><p>H5open must be called before any HDF5 library subroutine calls are made; H5close must be called after the final HDF5 library subroutine call.</p>
<p>See the programming example for an illustration of the use of these calls.</p>
<h2><a class="anchor" id="subsecLBDsetCreateContent"></a>