fixed twalk action
git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPrimers/branches/eric-test@197 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
@ -123,7 +123,6 @@ float taxonomycoverage(ppair_t pair, poptions_t options)
|
||||
}
|
||||
|
||||
|
||||
|
||||
static int cmpamp(const void *ampf1, const void* ampf2)
|
||||
{
|
||||
int i;
|
||||
@ -173,9 +172,7 @@ static int cmpamp(const void *ampf1, const void* ampf2)
|
||||
void twalkaction (const void *node, VISIT order, int level)
|
||||
{
|
||||
const size_t taxid=(size_t)node;
|
||||
|
||||
if (order == preorder)
|
||||
counttaxon(taxid);
|
||||
counttaxon(taxid);
|
||||
}
|
||||
|
||||
void taxonomyspecificity (ppair_t pair)
|
||||
|
Reference in New Issue
Block a user