X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedrabundfloatvector.cpp;h=b8b91028625cec0cfd1ef59d7dc82ab67b40cde5;hb=ce8794490ab1d83adcdb2b92e0302a1e43e17adf;hp=b6d916a1900edc643291df4432728d3619a711a6;hpb=1f3d51cfdbe3e28c780501b7ed82d64fe27dba98;p=mothur.git diff --git a/sharedrabundfloatvector.cpp b/sharedrabundfloatvector.cpp index b6d916a..b8b9102 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,6 +152,7 @@ SharedRAbundFloatVector::SharedRAbundFloatVector(ifstream& f) : DataVector(), ma m->saveNextLabel = nextLabel; m->setAllGroups(allGroups); + for (int i = 0; i < allGroups.size(); i++) { cout << allGroups[i] << endl; } } catch(exception& e) {