X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedlennon.cpp;fp=sharedlennon.cpp;h=a68da6b05731ee214415e83d76fcb994bcd69dae;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hp=514f2b90e502e468132d0a72e27273f05396a219;hpb=a218321731df14d231bbc08e79906f757cf1540d;p=mothur.git diff --git a/sharedlennon.cpp b/sharedlennon.cpp index 514f2b9..a68da6b 100644 --- a/sharedlennon.cpp +++ b/sharedlennon.cpp @@ -46,7 +46,7 @@ EstOutput Lennon::getValues(vector shared) { return data; } catch(exception& e) { - errorOut(e, "Lennon", "getValues"); + m->errorOut(e, "Lennon", "getValues"); exit(1); } }