]> git.donarmstrong.com Git - mothur.git/blobdiff - singlelinkage.cpp
added logfile feature
[mothur.git] / singlelinkage.cpp
index a024453cf43f5a999703b9e649a99913f5f4d27f..5332e907d27b86d13f40c411baa4a96cbf879f40 100644 (file)
@@ -59,13 +59,9 @@ void SingleLinkage::update(){
                dMatrix->rmCell(rowCells[0]);
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the SingleLinkage class Function update. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               errorOut(e, "SingleLinkage", "update");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the SingleLinkage class function update. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
 /***********************************************************************/