]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlennon.cpp
created mothurOut class to handle logfiles
[mothur.git] / sharedlennon.cpp
index 514f2b90e502e468132d0a72e27273f05396a219..a68da6b05731ee214415e83d76fcb994bcd69dae 100644 (file)
@@ -46,7 +46,7 @@ EstOutput Lennon::getValues(vector<SharedRAbundVector*> shared) {
                return data;
        }
        catch(exception& e) {
-               errorOut(e, "Lennon", "getValues");
+               m->errorOut(e, "Lennon", "getValues");
                exit(1);
        }
 }