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