X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothur.h;h=98b34c31c58c88b614412be4e9ba6874ec1cbe36;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=cd14056b21ba82f9d6c07e650fcf210616e7a882;hpb=01f8d2c7d982a6209211f5abbcf2a086fdf60d0a;p=mothur.git diff --git a/mothur.h b/mothur.h index cd14056..98b34c3 100644 --- a/mothur.h +++ b/mothur.h @@ -170,7 +170,6 @@ inline bool compareIndexes(PDistCell left, PDistCell right){ return (left.index > right.index); } //******************************************************************************************************************** -//sorts highest to lowest inline bool compareSpearman(spearmanRank left, spearmanRank right){ return (left.score < right.score); } @@ -185,11 +184,7 @@ inline bool compareSeqPriorityNodes(seqPriorityNode left, seqPriorityNode right) } return false; } -//******************************************************************************************************************** -//sorts lowest to highest -inline bool compareSpearmanReverse(spearmanRank left, spearmanRank right){ - return (left.score < right.score); -} + /************************************************************/ //sorts lowest to highest inline bool compareDistLinePairs(distlinePair left, distlinePair right){