C: taxonomy: fixed a bug where some taxa would not be stored in the

merged index
This commit is contained in:
MercierC
2021-03-29 09:02:18 +13:00
parent 3e93cfff7b
commit f5413381fd
2 changed files with 27 additions and 1 deletions

View File

@ -75,7 +75,7 @@ typedef struct {
*/
int32_t max_taxid; /**< Maximum taxid existing in the taxon index.
*/
int32_t buffer_size; /**< Number of taxa. // TODO kept this but not sure of its use
int32_t buffer_size; /**< . // TODO kept this but not sure of its use
*/
ecotx_t taxon[]; /**< Taxon array.
*/