]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.cpp
1.23.0
[mothur.git] / sharedrabundvector.cpp
index f42d24ba4081cd95c1aa2f89367054755f136807..5ad4b2d7e70d2620c037b498a66b4d16cef62371 100644 (file)
@@ -72,7 +72,7 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0),
                //are we at the beginning of the file??
                if (m->saveNextLabel == "") {  
                        f >> label; 
-                       
+       
                        //is this a shared file that has headers
                        if (label == "label") { 
                                //gets "group"
@@ -104,7 +104,7 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0),
                
                //read in first row since you know there is at least 1 group.
                f >> groupN >> num;
-
+               
                holdLabel = label;
                
                //add new vector to lookup
@@ -155,7 +155,6 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0),
                }
                m->saveNextLabel = nextLabel;
                m->setAllGroups(allGroups);
-               
        }
        catch(exception& e) {
                m->errorOut(e, "SharedRAbundVector", "SharedRAbundVector");