]> git.donarmstrong.com Git - mothur.git/blobdiff - averagelinkage.cpp
added logfile feature
[mothur.git] / averagelinkage.cpp
index 54f380353c6d97f018218c74e7667b3df1f89637..26283ff800ca1241be49d4e7eaf18a97d89617d4 100644 (file)
@@ -67,15 +67,9 @@ void AverageLinkage::update(){
                }
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the AverageLinkage class Function update. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               errorOut(e, "AverageLinkage", "update");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the AverageLinkage class function update. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }
-
-       
 }
 
 /***********************************************************************/