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