git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@47 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
@ -1,18 +1,5 @@
|
||||
#include "ecoPCR.h"
|
||||
|
||||
int eco_is_taxid_ignored( int32_t *ignored_taxid,
|
||||
int32_t tab_len,
|
||||
int32_t taxid)
|
||||
{
|
||||
int i;
|
||||
for (i=0; i < tab_len; i++){
|
||||
if(taxid == ignored_taxid[i])
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int eco_is_taxid_included( ecotaxonomy_t *taxonomy,
|
||||
int32_t *restricted_taxid,
|
||||
int32_t tab_len,
|
||||
|
Reference in New Issue
Block a user