X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=goodscoverage.cpp;h=75baa7b0d2befb61d058853bcc7b959fe6b4b317;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=8e823e4c8c3ed513ab2f7e90e44cb6c2de875b08;hpb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;p=mothur.git diff --git a/goodscoverage.cpp b/goodscoverage.cpp index 8e823e4..75baa7b 100644 --- a/goodscoverage.cpp +++ b/goodscoverage.cpp @@ -26,7 +26,7 @@ EstOutput GoodsCoverage::getValues(SAbundVector* rank){ return data; } catch(exception& e) { - errorOut(e, "GoodsCoverage", "getValues"); + m->errorOut(e, "GoodsCoverage", "getValues"); exit(1); } }