]> git.donarmstrong.com Git - mothur.git/blobdiff - qstat.cpp
created mothurOut class to handle logfiles
[mothur.git] / qstat.cpp
index 60e6629b96e1c501a8f3fa2ffabde3fd14fefbb9..44da363845b87a7c164562e5ecffc590035329e1 100644 (file)
--- a/qstat.cpp
+++ b/qstat.cpp
@@ -59,7 +59,7 @@ EstOutput QStat::getValues(SAbundVector* rank){
                return data;
        }
        catch(exception& e) {
-               errorOut(e, "QStat", "getValues");
+               m->errorOut(e, "QStat", "getValues");
                exit(1);
        }
 }