Minor fixes

This commit is contained in:
Celine Mercier
2019-08-18 19:45:53 +02:00
parent 66441e0aef
commit 5f20be44b2
3 changed files with 5 additions and 2 deletions

View File

@ -106,7 +106,7 @@ typedef struct OBIDMS_column_header {
* and '\0\0' as terminal flag.
* (default are the indices: "0\01\02\0...\0n\0\0").
*/
int64_t* elements_names_idx; /**< Pointer in mem_arnea on the index for the start of each element name in elements_names.
int64_t* elements_names_idx; /**< Pointer in mem_arena on the index for the start of each element name in elements_names.
*/
int64_t* sorted_elements_idx; /**< Index for the sorted element names in elements_names_idx.
*/