]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjest.cpp
created mothurOut class to handle logfiles
[mothur.git] / sharedjest.cpp
index 0396f476d75acdfbfe44957dbaecbfa4e2f85594..9c53448e0edb44478bd47c6cebd6fea68ea2d0b9 100644 (file)
@@ -52,7 +52,7 @@ EstOutput Jest::getValues(vector<SharedRAbundVector*> shared) {
                return data;
        }
        catch(exception& e) {
-               errorOut(e, "Jest", "getValues");
+               m->errorOut(e, "Jest", "getValues");
                exit(1);
        }
 }