The endianness of an OBIDMS is now stored in an informations file that

is read when opening the OBIDMS.
This commit is contained in:
Celine Mercier
2015-11-16 14:37:51 +01:00
parent 6579566c6e
commit e8417b4f6f
5 changed files with 165 additions and 15 deletions

View File

@ -26,7 +26,7 @@
#define OBIDMS_MAX_NAME (2048) /**< The maximum length of an OBIDMS name.
*/
#define ARRAY_DIR_NAME "arrays" /**< The name of the arrays directory.
#define ARRAYS_DIR_NAME "arrays" /**< The name of the arrays directory.
*/