X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rabundvector.cpp;h=4d985e9f8a5ead507841799f3fa24b095017e710;hb=HEAD;hp=6cbaa0d896ad7d47105873c67cdc6d003329b83a;hpb=89f19f9c6ab89c2f6c7c6921a328ae87bce6f8e3;p=mothur.git 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");