]> git.donarmstrong.com Git - mothur.git/blobdiff - rarecalc.cpp
changing command name classify.shared to classifyrf.shared
[mothur.git] / rarecalc.cpp
index 8f1d3073cf93ace3e42f2f4e3eb7a8515890ea61..9145061255d415eb7a48749bdbaaa405b78425fd 100644 (file)
@@ -45,7 +45,7 @@ EstOutput RareCalc::getValues(int n){
                return output;
        }
        catch(exception& e) {
-               errorOut(e, "RareCalc", "getValues");
+               m->errorOut(e, "RareCalc", "getValues");
                exit(1);
        }
 }