]> git.donarmstrong.com Git - mothur.git/blobdiff - coverage.cpp
changing command name classify.shared to classifyrf.shared
[mothur.git] / coverage.cpp
index 16d2644242c5b360bd3fbc1e9a0719311f99f6fd..aebe66f1e0814f7a41fb9694403f87919fbcc660 100644 (file)
@@ -20,7 +20,7 @@ EstOutput Coverage::getValues(SAbundVector* rank){
                return data;
        }
        catch(exception& e) {
-               errorOut(e, "Coverage", "getValues");
+               m->errorOut(e, "Coverage", "getValues");
                exit(1);
        }
 }