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