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