]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.cpp
1.18.1
[mothur.git] / sharedrabundvector.cpp
index 1440ee1135dfac48dfef52a7d47df39c56264eaa..b41c5fafa40255b1535526f79c2ce1c5dc637a43 100644 (file)
@@ -60,7 +60,7 @@ SharedRAbundVector::SharedRAbundVector(string id, vector<individual> rav) : Data
 SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0), numBins(0), numSeqs(0) {
        try {
                m->namesOfGroups.clear();
-               
+                               
                int num, inputData, count;
                count = 0;  
                string holdLabel, nextLabel, groupN;
@@ -122,8 +122,7 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0),
                                
                        if (f.eof() != true) { f >> nextLabel; }
                }
-       
-               m->saveNextLabel = nextLabel;
+                       m->saveNextLabel = nextLabel;
                
        }
        catch(exception& e) {