X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedrabundfloatvector.cpp;h=fa32fc43a873d22482cfcb8e4172343f3516cbce;hb=af0a94ea8f02421b2b73e77e68753a2b4c37768e;hp=b6d916a1900edc643291df4432728d3619a711a6;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/sharedrabundfloatvector.cpp b/sharedrabundfloatvector.cpp index b6d916a..fa32fc4 100644 --- a/sharedrabundfloatvector.cpp +++ b/sharedrabundfloatvector.cpp @@ -129,7 +129,6 @@ SharedRAbundFloatVector::SharedRAbundFloatVector(ifstream& f) : DataVector(), ma while ((nextLabel == holdLabel) && (f.eof() != true)) { f >> groupN >> num; - if (num != 1000) { break; } count++; allGroups.push_back(groupN); @@ -153,7 +152,6 @@ SharedRAbundFloatVector::SharedRAbundFloatVector(ifstream& f) : DataVector(), ma m->saveNextLabel = nextLabel; m->setAllGroups(allGroups); - } catch(exception& e) { m->errorOut(e, "SharedRAbundFloatVector", "SharedRAbundFloatVector");