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