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