summaryrefslogtreecommitdiffstats
path: root/fortran/examples/h5_extend.f90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/examples/h5_extend.f90')
-rw-r--r--fortran/examples/h5_extend.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/examples/h5_extend.f90 b/fortran/examples/h5_extend.f90
index 193f33e..86cc3c6 100644
--- a/fortran/examples/h5_extend.f90
+++ b/fortran/examples/h5_extend.f90
@@ -110,7 +110,7 @@ PROGRAM H5_EXTEND
CALL h5pset_chunk_f(crp_list, RANK, dimsc, error)
!
- !Create a dataset with 3X3 dimensions using cparms creation properties .
+ !Create a dataset with 3X3 dimensions using cparms creation properties.
!
CALL h5dcreate_f(file_id, dsetname, H5T_NATIVE_INTEGER, dataspace, &
dset_id, error, crp_list )