X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedordervector.cpp;fp=sharedordervector.cpp;h=e1ede6d0e8048ee46cdc38b33ef47b76ffa03624;hp=76eeafa4b519c02b25c8364e19d3d0397ffdcd96;hb=5a9f3cce3e2e053c249e3e97507ce180f0854d76;hpb=03193ff423c9526ff6525040cab60ff715d8cc48 diff --git a/sharedordervector.cpp b/sharedordervector.cpp index 76eeafa..e1ede6d 100644 --- a/sharedordervector.cpp +++ b/sharedordervector.cpp @@ -57,6 +57,8 @@ SharedOrderVector::SharedOrderVector(ifstream& f) : DataVector() { //reads in a } } + gobble(f); + if (f.eof() != true) { f >> nextLabel; } //read the rest of the groups info in @@ -79,6 +81,7 @@ SharedOrderVector::SharedOrderVector(ifstream& f) : DataVector() { //reads in a } } + gobble(f); if (f.eof() != true) { f >> nextLabel; }