]> git.donarmstrong.com Git - mothur.git/blobdiff - whittaker.cpp
added path search for lookup file in shhh.seqs
[mothur.git] / whittaker.cpp
index 3b179111a854e934b6f9d05e231649796e5565a3..8688edd3871ca05542a06dd2432dd094ab948889 100644 (file)
@@ -27,13 +27,9 @@ EstOutput Whittaker::getValues(vector<SharedRAbundVector*> shared){
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the Whittaker class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               m->errorOut(e, "Whittaker", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the Whittaker class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
-/***********************************************************************/
\ No newline at end of file
+/***********************************************************************/