X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorest.cpp;h=d3ae59e6c119c90989eb72fbb61b35c7085bcbe8;hb=902e0fcab76e75009ac43d3f4537e08182628d6f;hp=680c4adcf380369ef0ab0bcfe85438666adceffe;hpb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;p=mothur.git diff --git a/sharedsorest.cpp b/sharedsorest.cpp index 680c4ad..d3ae59e 100644 --- a/sharedsorest.cpp +++ b/sharedsorest.cpp @@ -51,7 +51,7 @@ EstOutput SorEst::getValues(vector shared) { return data; } catch(exception& e) { - errorOut(e, "SorEst", "getValues"); + m->errorOut(e, "SorEst", "getValues"); exit(1); } }