From 6e0e53039a5633707a95065e184c0312274bf823 Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Fri, 25 Aug 2023 09:16:27 -0500 Subject: Fix the Fortran extension used in example links (#3430) --- doxygen/dox/IntroParExamples.dox | 8 ++++---- doxygen/dox/IntroParHDF5.dox | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doxygen/dox/IntroParExamples.dox b/doxygen/dox/IntroParExamples.dox index ba96fed..3929106 100644 --- a/doxygen/dox/IntroParExamples.dox +++ b/doxygen/dox/IntroParExamples.dox @@ -205,7 +205,7 @@ Below is the F90 example program which illustrates how to write contiguous hyper
-hyperslab_by_col.f90 +hyperslab_by_col.F90
@@ -346,7 +346,7 @@ Below is the example program for writing hyperslabs by column in Parallel HDF5:
-hyperslab_by_row.f90 +hyperslab_by_row.F90
@@ -436,7 +436,7 @@ Below are example programs for writing hyperslabs by pattern in Parallel HDF5: -hyperslab_by_pattern.f90 +hyperslab_by_pattern.F90 @@ -535,7 +535,7 @@ Below are example programs for writing hyperslabs by pattern in Parallel HDF5: -hyperslab_by_chunk.f90 +hyperslab_by_chunk.F90 diff --git a/doxygen/dox/IntroParHDF5.dox b/doxygen/dox/IntroParHDF5.dox index 9e9aaa0..1f04e96 100644 --- a/doxygen/dox/IntroParHDF5.dox +++ b/doxygen/dox/IntroParHDF5.dox @@ -146,7 +146,7 @@ Following is example code for creating an access template in HDF5: The following example programs create an HDF5 file using Parallel HDF5: C: file_create.c -F90: file_create.f90 +F90: file_create.F90 \subsection subsec_pintro_create_dset Creating and Accessing a Dataset with PHDF5 @@ -227,7 +227,7 @@ The following code demonstrates a collective write using Parallel HDF5: The following example programs create an HDF5 dataset using Parallel HDF5: C: dataset.c -F90: dataset.f90 +F90: dataset.F90 \subsubsection subsec_pintro_hyperslabs Hyperslabs -- cgit v0.12