]> git.donarmstrong.com Git - mothur.git/blobdiff - decalc.cpp
1.18.1
[mothur.git] / decalc.cpp
index 0b9f466a55e3e42175260468713d34702d8d2831..2e577d2275edbd3212dfc064307d7c144c9ab469 100644 (file)
@@ -825,7 +825,9 @@ vector<Sequence*> DeCalculator::findClosest(Sequence* querySeq, vector<Sequence*
                        i++;
                }
 
-               if (numWanted > dists.size()) { m->mothurOut("numwanted is larger than the number of template sequences, adjusting numwanted."); m->mothurOutEndLine(); numWanted = dists.size(); }
+               if (numWanted > dists.size()) { 
+                       //m->mothurOut("numwanted is larger than the number of template sequences, adjusting numwanted."); m->mothurOutEndLine(); 
+                       numWanted = dists.size(); }
 
 //cout << numWanted << endl;
                for (int i = 0; i < numWanted; i++) {