]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.cpp
working on windows paralellization, added trimOligos class to be used by trim.flows...
[mothur.git] / sharedrabundvector.cpp
index 56b7d094b1444a2afada95807a36b52e235c70e8..51e277a659ce33789482ea837db6c7a6d0075b25 100644 (file)
@@ -395,7 +395,7 @@ int SharedRAbundVector::getGroupIndex()  { return index; }
 void SharedRAbundVector::setGroupIndex(int vIndex)     { index = vIndex; }
 /***********************************************************************/
 int SharedRAbundVector::getNumBins(){
-       return numBins;
+               return numBins;
 }
 
 /***********************************************************************/
@@ -423,6 +423,7 @@ vector<SharedRAbundVector*> SharedRAbundVector::getSharedRAbundVectors(){
                vector<string> Groups = m->getGroups();
                vector<string> allGroups = m->getAllGroups();
                util->setGroups(Groups, allGroups);
+               m->setGroups(Groups);
                
                bool remove = false;
                for (int i = 0; i < lookup.size(); i++) {