]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorclass.cpp
added weightedlinkage.cpp
[mothur.git] / sharedsorclass.cpp
index f4757a83ea28a0fff342f4521469a6a43bae44b4..8f6065096853b358ac75a9fad0355fdb15a47b49 100644 (file)
@@ -41,13 +41,9 @@ EstOutput SorClass::getValues(vector<SharedRAbundVector*> shared) {
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the SorClass class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               m->errorOut(e, "SorClass", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the SorClass class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
 /***********************************************************************/