X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collect.cpp;fp=collect.cpp;h=08426a8499bdf41c0fab815f20421d4bc070de0f;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hp=34191a07a324fb255120b02bfabba4b56c9d0c48;hpb=a218321731df14d231bbc08e79906f757cf1540d;p=mothur.git diff --git a/collect.cpp b/collect.cpp index 34191a0..08426a8 100644 --- a/collect.cpp +++ b/collect.cpp @@ -52,7 +52,7 @@ void Collect::getCurve(int increment = 1){ delete ccd; } catch(exception& e) { - errorOut(e, "Collect", "getCurve"); + m->errorOut(e, "Collect", "getCurve"); exit(1); } } @@ -158,7 +158,7 @@ try { } catch(exception& e) { - errorOut(e, "Collect", "getSharedCurve"); + m->errorOut(e, "Collect", "getSharedCurve"); exit(1); } }