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