X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=jackknife.cpp;fp=jackknife.cpp;h=7f613665eb3db230c5c14c9240faa0e482f450be;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hp=35f0910fab36ca781d2f7653461b0ea79771adf4;hpb=a218321731df14d231bbc08e79906f757cf1540d;p=mothur.git diff --git a/jackknife.cpp b/jackknife.cpp index 35f0910..7f61366 100644 --- a/jackknife.cpp +++ b/jackknife.cpp @@ -25,7 +25,7 @@ void Jackknife::getAMatrix(void){ } } catch(exception& e) { - errorOut(e, "Jackknife", "getAMatrix"); + m->errorOut(e, "Jackknife", "getAMatrix"); exit(1); } } @@ -53,7 +53,7 @@ double Jackknife::CN(double z){ return n; } catch(exception& e) { - errorOut(e, "Jackknife", "CN"); + m->errorOut(e, "Jackknife", "CN"); exit(1); } } @@ -144,7 +144,7 @@ EstOutput Jackknife::getValues(SAbundVector* rank){ return data; } catch(exception& e) { - errorOut(e, "Jackknife", "getValues"); + m->errorOut(e, "Jackknife", "getValues"); exit(1); } }