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