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