X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=rarecalc.cpp;h=9145061255d415eb7a48749bdbaaa405b78425fd;hp=8f1d3073cf93ace3e42f2f4e3eb7a8515890ea61;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2 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); } }