]> git.donarmstrong.com Git - mothur.git/blobdiff - bergerparker.cpp
working on pam
[mothur.git] / bergerparker.cpp
index b900ce146875232e7decc11126a73a82eeec06be..d00403c9edc8d236ef9cd1cf02dc179001573d75 100644 (file)
@@ -23,13 +23,9 @@ EstOutput BergerParker::getValues(SAbundVector* rank){
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the BergerParker class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               m->errorOut(e, "BergerParker", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the BergerParker class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
 /***********************************************************************/