]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetan.cpp
created mothurOut class to handle logfiles
[mothur.git] / sharedthetan.cpp
index 6396d1dd667ff348b9d9d281a762d986726538d3..d118be94baca17e01f9cc11ce2e437f2955c4063 100644 (file)
@@ -51,7 +51,7 @@ EstOutput ThetaN::getValues(vector<SharedRAbundVector*> shared) {
                return data;
        }
        catch(exception& e) {
-               errorOut(e, "ThetaN", "getValues");
+               m->errorOut(e, "ThetaN", "getValues");
                exit(1);
        }
 }