File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
18
18
* Arguments:
19
19
* 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.
21
21
* isopen = int * (Returned)
22
22
* Pointer to a flag that is returned non-zero if the supplied
23
23
* container file is already open within HDS V5.
36
36
* {enter_new_authors_here}
37
37
38
38
* Notes:
39
- * - A file extension of DAT__FLEXT (".h5sdf ") is the default.
39
+ * - A file extension of DAT__FLEXT (".sdf ") is the default.
40
40
41
41
* History:
42
42
* 2020-10-15 (DSB):
Original file line number Diff line number Diff line change 18
18
19
19
* Arguments:
20
20
* 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.
22
22
* name = const char * (Given)
23
23
* Name of the object in the container.
24
24
* type = const char * (Given)
51
51
* {enter_new_authors_here}
52
52
53
53
* Notes:
54
- * - A file extension of DAT__FLEXT (".h5sdf ") is the default.
54
+ * - A file extension of DAT__FLEXT (".sdf ") is the default.
55
55
* - HDF5 file opened with mode H5F_ACC_TRUNC.
56
56
* - HDF5 does not know how to create arrays of structures. When the HDS layer is asked
57
57
* to create a structure array a group (in the HDF5 sense) is created of that name
Original file line number Diff line number Diff line change 35
35
* {enter_new_authors_here}
36
36
37
37
* Notes:
38
- * - A file extension of DAT__FLEXT (".h5sdf ") is the default.
38
+ * - A file extension of DAT__FLEXT (".sdf ") is the default.
39
39
* - There is no difference betwee UPDATE and WRITE mode in HDF5
40
40
* - If the top-level object is a structure array, loc will be
41
41
* associated with the complete array, not the first cell. Thus,
You can’t perform that action at this time.
0 commit comments