X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjest.cpp;fp=sharedjest.cpp;h=9c53448e0edb44478bd47c6cebd6fea68ea2d0b9;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hp=0396f476d75acdfbfe44957dbaecbfa4e2f85594;hpb=a218321731df14d231bbc08e79906f757cf1540d;p=mothur.git diff --git a/sharedjest.cpp b/sharedjest.cpp index 0396f47..9c53448 100644 --- a/sharedjest.cpp +++ b/sharedjest.cpp @@ -52,7 +52,7 @@ EstOutput Jest::getValues(vector shared) { return data; } catch(exception& e) { - errorOut(e, "Jest", "getValues"); + m->errorOut(e, "Jest", "getValues"); exit(1); } }