X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bootstrap.cpp;h=833f8f49449490987653e95e50ecbb9d6cb2aa74;hb=d01397212a287495d3d0ec00beea93759bf25402;hp=649a6028e84fb338ceba0d86bca8d75a138a0be7;hpb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;p=mothur.git diff --git a/bootstrap.cpp b/bootstrap.cpp index 649a602..833f8f4 100644 --- a/bootstrap.cpp +++ b/bootstrap.cpp @@ -32,7 +32,7 @@ EstOutput Bootstrap::getValues(SAbundVector* rank){ return data; } catch(exception& e) { - errorOut(e, "Bootstrap", "getValues"); + m->errorOut(e, "Bootstrap", "getValues"); exit(1); } }