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