X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarecalc.cpp;fp=rarecalc.cpp;h=9145061255d415eb7a48749bdbaaa405b78425fd;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hp=8f1d3073cf93ace3e42f2f4e3eb7a8515890ea61;hpb=a218321731df14d231bbc08e79906f757cf1540d;p=mothur.git diff --git a/rarecalc.cpp b/rarecalc.cpp index 8f1d307..9145061 100644 --- a/rarecalc.cpp +++ b/rarecalc.cpp @@ -45,7 +45,7 @@ EstOutput RareCalc::getValues(int n){ return output; } catch(exception& e) { - errorOut(e, "RareCalc", "getValues"); + m->errorOut(e, "RareCalc", "getValues"); exit(1); } }