]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrap.cpp
created mothurOut class to handle logfiles
[mothur.git] / bootstrap.cpp
index 649a6028e84fb338ceba0d86bca8d75a138a0be7..833f8f49449490987653e95e50ecbb9d6cb2aa74 100644 (file)
@@ -32,7 +32,7 @@ EstOutput Bootstrap::getValues(SAbundVector* rank){
                return data;
        }
        catch(exception& e) {
-               errorOut(e, "Bootstrap", "getValues");
+               m->errorOut(e, "Bootstrap", "getValues");
                exit(1);
        }
 }