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