]> git.donarmstrong.com Git - mothur.git/blobdiff - chao1.cpp
changed random forest output filename
[mothur.git] / chao1.cpp
index 590c20eeec65215f087bf36fd51593624e02ce02..ad1faa242b81c1520d29fb6395fa5f5825d179ec 100644 (file)
--- a/chao1.cpp
+++ b/chao1.cpp
@@ -70,7 +70,7 @@ EstOutput Chao1::getValues(SAbundVector* rank){
                return data;
        }
        catch(exception& e) {
-               errorOut(e, "Chao1", "getValues");
+               m->errorOut(e, "Chao1", "getValues");
                exit(1);
        }
 }