]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefact.cpp
created mothurOut class to handle logfiles
[mothur.git] / rarefact.cpp
index 5cd9b99c5051be03b00757df6a99bfb479adabfe..6acc24ce9df500338873829216e5c1b3754d7df7 100644 (file)
@@ -63,7 +63,7 @@ void Rarefact::getCurve(int increment = 1, int nIters = 1000){
                delete rcd;
        }
        catch(exception& e) {
-               errorOut(e, "Rarefact", "getCurve");
+               m->errorOut(e, "Rarefact", "getCurve");
                exit(1);
        }
 }
@@ -129,7 +129,7 @@ try {
                delete rcd;
        }
        catch(exception& e) {
-               errorOut(e, "Rarefact", "getSharedCurve");
+               m->errorOut(e, "Rarefact", "getSharedCurve");
                exit(1);
        }
 }
@@ -143,7 +143,7 @@ void Rarefact::mergeVectors(SharedRAbundVector* shared1, SharedRAbundVector* sha
                }
        }
        catch(exception& e) {
-               errorOut(e, "Rarefact", "mergeVectors");
+               m->errorOut(e, "Rarefact", "mergeVectors");
                exit(1);
        }
 }