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