Skip to content

Commit ad89af0

Browse files
committed
Update file extension in documentation
1 parent 1f12860 commit ad89af0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

hdsIsOpen.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
* Arguments:
1919
* file = const char * (Given)
20-
* Container file name. Use DAT__FLEXT (".h5sdf") if no suffix specified.
20+
* Container file name. Use DAT__FLEXT (".sdf") if no suffix specified.
2121
* isopen = int * (Returned)
2222
* Pointer to a flag that is returned non-zero if the supplied
2323
* container file is already open within HDS V5.
@@ -36,7 +36,7 @@
3636
* {enter_new_authors_here}
3737
3838
* Notes:
39-
* - A file extension of DAT__FLEXT (".h5sdf") is the default.
39+
* - A file extension of DAT__FLEXT (".sdf") is the default.
4040
4141
* History:
4242
* 2020-10-15 (DSB):

hdsNew.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
* Arguments:
2020
* file = const char * (Given)
21-
* Container file name. Use DAT__FLEXT (".h5sdf") if no suffix specified.
21+
* Container file name. Use DAT__FLEXT (".sdf") if no suffix specified.
2222
* name = const char * (Given)
2323
* Name of the object in the container.
2424
* type = const char * (Given)
@@ -51,7 +51,7 @@
5151
* {enter_new_authors_here}
5252
5353
* Notes:
54-
* - A file extension of DAT__FLEXT (".h5sdf") is the default.
54+
* - A file extension of DAT__FLEXT (".sdf") is the default.
5555
* - HDF5 file opened with mode H5F_ACC_TRUNC.
5656
* - HDF5 does not know how to create arrays of structures. When the HDS layer is asked
5757
* to create a structure array a group (in the HDF5 sense) is created of that name

hdsOpen.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* {enter_new_authors_here}
3636
3737
* Notes:
38-
* - A file extension of DAT__FLEXT (".h5sdf") is the default.
38+
* - A file extension of DAT__FLEXT (".sdf") is the default.
3939
* - There is no difference betwee UPDATE and WRITE mode in HDF5
4040
* - If the top-level object is a structure array, loc will be
4141
* associated with the complete array, not the first cell. Thus,

0 commit comments

Comments
 (0)