X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedrabundvector.cpp;h=b41c5fafa40255b1535526f79c2ce1c5dc637a43;hb=82bf18e3ef0a52345519f91a682e64cc385b56bb;hp=1440ee1135dfac48dfef52a7d47df39c56264eaa;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/sharedrabundvector.cpp b/sharedrabundvector.cpp index 1440ee1..b41c5fa 100644 --- a/sharedrabundvector.cpp +++ b/sharedrabundvector.cpp @@ -60,7 +60,7 @@ SharedRAbundVector::SharedRAbundVector(string id, vector rav) : Data SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0), numBins(0), numSeqs(0) { try { m->namesOfGroups.clear(); - + int num, inputData, count; count = 0; string holdLabel, nextLabel, groupN; @@ -122,8 +122,7 @@ SharedRAbundVector::SharedRAbundVector(ifstream& f) : DataVector(), maxRank(0), if (f.eof() != true) { f >> nextLabel; } } - - m->saveNextLabel = nextLabel; + m->saveNextLabel = nextLabel; } catch(exception& e) {