X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=whittaker.cpp;fp=whittaker.cpp;h=8688edd3871ca05542a06dd2432dd094ab948889;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hp=48bc3222e2acadb9095744082be88fc7d615cbd0;hpb=a218321731df14d231bbc08e79906f757cf1540d;p=mothur.git diff --git a/whittaker.cpp b/whittaker.cpp index 48bc322..8688edd 100644 --- a/whittaker.cpp +++ b/whittaker.cpp @@ -27,7 +27,7 @@ EstOutput Whittaker::getValues(vector shared){ return data; } catch(exception& e) { - errorOut(e, "Whittaker", "getValues"); + m->errorOut(e, "Whittaker", "getValues"); exit(1); } }