]> git.donarmstrong.com Git - mothur.git/blobdiff - collect.cpp
created mothurOut class to handle logfiles
[mothur.git] / collect.cpp
index 34191a07a324fb255120b02bfabba4b56c9d0c48..08426a8499bdf41c0fab815f20421d4bc070de0f 100644 (file)
@@ -52,7 +52,7 @@ void Collect::getCurve(int increment = 1){
                                delete ccd;
         }
         catch(exception& e) {
-                       errorOut(e, "Collect", "getCurve");
+                       m->errorOut(e, "Collect", "getCurve");
                        exit(1);
         }
 }
@@ -158,7 +158,7 @@ try {
 
         }
         catch(exception& e) {
-                errorOut(e, "Collect", "getSharedCurve");
+                m->errorOut(e, "Collect", "getSharedCurve");
                                exit(1);
         }
 }