Skip to content

Commit

Permalink
Bugfix in hdf5.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gipert authored Mar 15, 2024
1 parent af6e3a4 commit 7845032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/hdf5.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Different data types may be stored as an HDF5 dataset of the same type (e.g. a 2
| Table | `table{COLNAME_1,COLNAME_2,...}` |
| Enum | `enum{NAME_1=INT_VAL_1,NAME_2=INT_VAL_2,...}` |
| Encoded vector of vectors of different size | `array<1>{encoded_array<1>{ELTYPE}}` |
| Encoded array of arrays of the same size | `array_of_equalsized_encoded_arrays<n,m>{ELTYPE}` |
| Encoded array of arrays of the same size | `array_of_encoded_equalsized_arrays<n,m>{ELTYPE}` |

The abstract data model is mapped as follows:

Expand Down

0 comments on commit 7845032

Please sign in to comment.