summaryrefslogtreecommitdiffstats
path: root/develop/_intro_par_regular_spaced.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/_intro_par_regular_spaced.html')
-rw-r--r--develop/_intro_par_regular_spaced.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/develop/_intro_par_regular_spaced.html b/develop/_intro_par_regular_spaced.html
index 976c0ee..c115d67 100644
--- a/develop/_intro_par_regular_spaced.html
+++ b/develop/_intro_par_regular_spaced.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>
@@ -142,7 +142,7 @@ Writing Regularly Spaced Columns in C</h1>
</table>
<p>Below is an example program for writing hyperslabs by column in Parallel HDF5: </p><table class="doxtable">
<tr>
-<td><a href="https://github.com/HDFGroup/hdf5-examples/blob/master/C/H5Parallel/ph5_hyperslab_by_col.c">hyperslab_by_col.c</a> </td></tr>
+<td><a href="https://github.com/HDFGroup/hdf5/blob/develop/HDF5Examples/C/H5PAR/ph5_hyperslab_by_col.c">hyperslab_by_col.c</a> </td></tr>
</table>
<p>The following is the output from h5dump for the HDF5 file created by this example: </p><div class="fragment"><div class="line">HDF5 <span class="stringliteral">&quot;SDS_col.h5&quot;</span> {</div>
<div class="line">GROUP <span class="stringliteral">&quot;/&quot;</span> {</div>
@@ -192,7 +192,7 @@ Writing Regularly Spaced Rows in Fortran</h1>
</table>
<p>Below is the example program for writing 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_row.F90">hyperslab_by_row.F90</a> </td></tr>
+<td><a href="https://github.com/HDFGroup/hdf5/blob/develop/HDF5Examples/FORTRAN/H5PAR/ph5_f90_hyperslab_by_row.F90">hyperslab_by_row.F90</a> </td></tr>
</table>
<p>The output for h5dump on the file created by this program will look like the output as shown above for the C example. This is because h5dump is written in C. The data would be displayed in rows if it were printed using Fortran 90 code.</p>
<hr />