Major update: obiarrays with columns containing indices referring to

character strings.
This commit is contained in:
Celine Mercier
2015-11-06 17:55:15 +01:00
parent 456551ffeb
commit 9b066f4327
35 changed files with 632 additions and 532 deletions

View File

@ -163,8 +163,6 @@ OBIDMS_p obi_create_dms(const char* dms_name)
return NULL;
}
// TODO close file descriptor?
free(directory_name);
return obi_open_dms(dms_name);
@ -247,8 +245,6 @@ OBIDMS_p obi_open_dms(const char* dms_name)
free(directory_name);
// TODO test if close file descriptor
return dms;
}