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