X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=geom.cpp;h=201f8f5873c9cf93b9aaad4c004f6a7a61ee692a;hb=8130ff9b30d872c578963f8d6f24af821b1ec33c;hp=a52e64443a0ad1fa9a06ca77361eba8741ba97cb;hpb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;p=mothur.git diff --git a/geom.cpp b/geom.cpp index a52e644..201f8f5 100644 --- a/geom.cpp +++ b/geom.cpp @@ -86,7 +86,7 @@ EstOutput Geom::getValues(SAbundVector* rank){ return data; } catch(exception& e) { - errorOut(e, "Geom", "getValues"); + m->errorOut(e, "Geom", "getValues"); exit(1); } }