]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.cpp
fixed bug with trim.flows that was adding flow files names to the .flow.files file...
[mothur.git] / sharedrabundvector.cpp
index f42d24ba4081cd95c1aa2f89367054755f136807..4a0e5e8f09c59c18c419353cbecbdfecae2c1ba9 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,6 @@ 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 +154,6 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0),
                }
                m->saveNextLabel = nextLabel;
                m->setAllGroups(allGroups);
-               
        }
        catch(exception& e) {
                m->errorOut(e, "SharedRAbundVector", "SharedRAbundVector");