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