X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=whittaker.cpp;h=8688edd3871ca05542a06dd2432dd094ab948889;hb=fd5f17bcbe5fadab2c525f3d1fcfd1d79a60ae72;hp=48bc3222e2acadb9095744082be88fc7d615cbd0;hpb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;p=mothur.git diff --git a/whittaker.cpp b/whittaker.cpp index 48bc322..8688edd 100644 --- a/whittaker.cpp +++ b/whittaker.cpp @@ -27,7 +27,7 @@ EstOutput Whittaker::getValues(vector shared){ return data; } catch(exception& e) { - errorOut(e, "Whittaker", "getValues"); + m->errorOut(e, "Whittaker", "getValues"); exit(1); } }