X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedkulczynskicody.cpp;h=a2385d45a0ce988eadd07ded301dbd93857c5d55;hb=ccaad73f103d8f105264d65491ce19e5df80477d;hp=dbb3c45d5a24ce9a594440e955e434147d72ffce;hpb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;p=mothur.git diff --git a/sharedkulczynskicody.cpp b/sharedkulczynskicody.cpp index dbb3c45..a2385d4 100644 --- a/sharedkulczynskicody.cpp +++ b/sharedkulczynskicody.cpp @@ -40,7 +40,7 @@ EstOutput KulczynskiCody::getValues(vector shared) { return data; } catch(exception& e) { - errorOut(e, "KulczynskiCody", "getValues"); + m->errorOut(e, "KulczynskiCody", "getValues"); exit(1); } }