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