X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=rabundvector.cpp;h=4d985e9f8a5ead507841799f3fa24b095017e710;hp=6cbaa0d896ad7d47105873c67cdc6d003329b83a;hb=d1faab5efe1c28700890bdec5b4d8e817fa1dab2;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc diff --git a/rabundvector.cpp b/rabundvector.cpp index 6cbaa0d..4d985e9 100644 --- a/rabundvector.cpp +++ b/rabundvector.cpp @@ -76,6 +76,7 @@ RAbundVector::RAbundVector(ifstream& f) : DataVector(), maxRank(0), numBins(0), f >> inputData; set(i, inputData); } + } catch(exception& e) { m->errorOut(e, "RAbundVector", "RAbundVector");