]> git.donarmstrong.com Git - mothur.git/blobdiff - uvest.cpp
created mothurOut class to handle logfiles
[mothur.git] / uvest.cpp
index afc602284e7aadb41c9859441157588ec21b6198..8aa166610a3b7d3a38bfd882db6206d6982af4de 100644 (file)
--- a/uvest.cpp
+++ b/uvest.cpp
@@ -80,7 +80,7 @@ EstOutput UVEst::getUVest(vector<SharedRAbundVector*> shared) {
                return results;
        }
        catch(exception& e) {
-               errorOut(e, "UVEst", "getUVest");
+               m->errorOut(e, "UVEst", "getUVest");
                exit(1);
        }
 }