X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=sharedrabundvector.cpp;fp=sharedrabundvector.cpp;h=4a0e5e8f09c59c18c419353cbecbdfecae2c1ba9;hb=e0dc0bcef2a0f7e1f63abb531dbb1ad533da98ca;hp=f42d24ba4081cd95c1aa2f89367054755f136807;hpb=74dc92cf53df65fd8b14d8eaf35489bbecbccac6;p=mothur.git diff --git a/sharedrabundvector.cpp b/sharedrabundvector.cpp index f42d24b..4a0e5e8 100644 --- a/sharedrabundvector.cpp +++ b/sharedrabundvector.cpp @@ -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");