]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedanderbergs.cpp
another pds fix to sffinfo
[mothur.git] / sharedanderbergs.cpp
index 0a113abebd30c758eeda592bab4e86981373a9a6..38eec63c2e225dcf53efa4eb6fb6b11d720e98e1 100644 (file)
@@ -40,13 +40,9 @@ EstOutput Anderberg::getValues(vector<SharedRAbundVector*> shared) {
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the Anderberg class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               m->errorOut(e, "Anderberg", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the Anderberg class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
 /***********************************************************************/