First implementation of taxonomy reading

This commit is contained in:
Celine Mercier
2016-03-11 13:56:38 +01:00
parent a08def47e6
commit 21d1b2ed3e
11 changed files with 960 additions and 2 deletions

View File

@ -29,6 +29,8 @@
*/
#define AVL_TREES_DIR_NAME "AVL_trees" /**< The name of the AVL trees directory.
*/
#define TAXONOMY_DIR_NAME "TAXONOMY" /**< The name of the taxonomy directory.
*/
#define MAX_NB_OPENED_COLUMNS (100) /**< The maximum number of columns open at the same time.
*/
#define MAX_NB_OPENED_AVL_TREES (100) /**< The maximum number of AVL trees open at the same time.