File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ Data types
59
59
| 13 |Complex 16 |HDF_COMPOUND |See :ref:`complex-types-label` |
60
60
| | | |PackedComplex 16 is also saved as this type|
61
61
+-------+-------------------+-------------------+-------------------------------------------+
62
- | 39 |Integer 8 Signed |HDF_NATIVE_INT64 |Only supported in GMS versions >= 2.0 |
62
+ | 39 |Integer 8 Signed |HDF_NATIVE_INT64 |Only partially supported by DM. |
63
63
+-------+-------------------+-------------------+-------------------------------------------+
64
- | 40 |Integer 8 Unsigned |HDF_NATIVE_UINT64 |Only supported in GMS versions >= 2.0 |
64
+ | 40 |Integer 8 Unsigned |HDF_NATIVE_UINT64 |Only partially supported by DM. |
65
65
+-------+-------------------+-------------------+-------------------------------------------+
66
66
67
67
.. _data-spaces-label :
Original file line number Diff line number Diff line change 10
10
// Tore Niermann
11
11
//
12
12
// REQUIREMENTS
13
- // HDF5 plugin version 1 . 0 . 0
13
+ // HDF5 plugin version >= 1 . 0
14
14
//
15
15
// **************************************************************************
16
16
@@ -116,7 +116,7 @@ String H5IMPORT_get_data_type_name(Number dtype)
116
116
return "Complex128"
117
117
else if (dtype == 39 )
118
118
return "Int64"
119
- else if (dtype == 30 )
119
+ else if (dtype == 40 )
120
120
return "UInt64"
121
121
else
122
122
return "<Unknown>"
You can’t perform that action at this time.
0 commit comments