]> git.donarmstrong.com Git - mothur.git/blobdiff - goodscoverage.cpp
fixes while testing 1.33.0
[mothur.git] / goodscoverage.cpp
index 8e823e4c8c3ed513ab2f7e90e44cb6c2de875b08..75baa7b0d2befb61d058853bcc7b959fe6b4b317 100644 (file)
@@ -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);
        }
 }