]> git.donarmstrong.com Git - mothur.git/blobdiff - formatcolumn.cpp
created mothurOut class to handle logfiles
[mothur.git] / formatcolumn.cpp
index a11601b74004d2429b985a1aa1e6fe4114457855..e13ead55b4743304d90b062f3cda01208149e350 100644 (file)
@@ -162,7 +162,7 @@ void FormatColumnMatrix::read(NameAssignment* nameMap){
 
        }
        catch(exception& e) {
-               errorOut(e, "FormatColumnMatrix", "read");
+               m->errorOut(e, "FormatColumnMatrix", "read");
                exit(1);
        }
 }