summaryrefslogtreecommitdiffstats
path: root/_intro_par_cont_hyperslab.html
diff options
context:
space:
mode:
Diffstat (limited to '_intro_par_cont_hyperslab.html')
-rw-r--r--_intro_par_cont_hyperslab.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_intro_par_cont_hyperslab.html b/_intro_par_cont_hyperslab.html
index d7f8082..f938e0a 100644
--- a/_intro_par_cont_hyperslab.html
+++ b/_intro_par_cont_hyperslab.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.8253ab9</span>
+ &#160;<span id="projectnumber">1.15.0.08e115b</span>
</div>
<div id="projectbrief">API Reference</div>
</td>
@@ -241,7 +241,7 @@ Writing a Contiguous Hyperslab in Fortran</h1>
<div class="line">81 CALL <a class="code" href="group___f_h5_s.html#ga82aeb8a0da64f827e8a852eaab701ff9">h5sselect_hyperslab_f</a> (filespace, H5S_SELECT_SET_F, offset, count, error)</div>
<div class="ttc" id="agroup___f_h5_d_html_gafb8a6067c9e7ef80ee48c0054e584ad7"><div class="ttname"><a href="group___f_h5_d.html#gafb8a6067c9e7ef80ee48c0054e584ad7">h5d::h5dget_space_f</a></div><div class="ttdeci">subroutine h5dget_space_f(dataset_id, dataspace_id, hdferr)</div><div class="ttdoc">Returns an identifier for a copy of the dataspace for a dataset.</div><div class="ttdef"><b>Definition:</b> H5Dff.F90:1340</div></div>
<div class="ttc" id="agroup___f_h5_s_html_ga54083c84fd4be392ac770cf223cd6cf4"><div class="ttname"><a href="group___f_h5_s.html#ga54083c84fd4be392ac770cf223cd6cf4">h5s::h5screate_simple_f</a></div><div class="ttdeci">subroutine h5screate_simple_f(rank, dims, space_id, hdferr, maxdims)</div><div class="ttdoc">Creates a new simple data space and opens it for access.</div><div class="ttdef"><b>Definition:</b> H5Sff.F90:59</div></div>
-<div class="ttc" id="agroup___f_h5_s_html_ga82aeb8a0da64f827e8a852eaab701ff9"><div class="ttname"><a href="group___f_h5_s.html#ga82aeb8a0da64f827e8a852eaab701ff9">h5s::h5sselect_hyperslab_f</a></div><div class="ttdeci">subroutine h5sselect_hyperslab_f(space_id, OPERATOR, start, count, hdferr, stride, BLOCK)</div><div class="ttdoc">Selects a hyperslab region to add to the current selected region.</div><div class="ttdef"><b>Definition:</b> H5Sff.F90:821</div></div>
+<div class="ttc" id="agroup___f_h5_s_html_ga82aeb8a0da64f827e8a852eaab701ff9"><div class="ttname"><a href="group___f_h5_s.html#ga82aeb8a0da64f827e8a852eaab701ff9">h5s::h5sselect_hyperslab_f</a></div><div class="ttdeci">subroutine h5sselect_hyperslab_f(space_id, OPERATOR, start, count, hdferr, stride, BLOCK)</div><div class="ttdoc">Selects a hyperslab region to add to the current selected region.</div><div class="ttdef"><b>Definition:</b> H5Sff.F90:906</div></div>
</div><!-- fragment --><p>Below is the F90 example program which illustrates how to write contiguous hyperslabs by column in Parallel HDF5: </p><table class="doxtable">
<tr>
<td><a href="https://github.com/HDFGroup/hdf5-examples/blob/master/Fortran/H5Parallel/ph5_f90_hyperslab_by_col.F90">hyperslab_by_col.F90</a> </td></tr>
@@ -255,7 +255,7 @@ Writing a Contiguous Hyperslab in Fortran</h1>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
- <li class="footer">Generated on Wed Sep 6 2023 00:28:32 for HDF5 by
+ <li class="footer">Generated on Fri Sep 8 2023 00:28:13 for HDF5 by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.1 </li>
</ul>