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