]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedmarczewski.cpp
working on pam
[mothur.git] / sharedmarczewski.cpp
index be1a2fb581251cf89544994d46fca517e4725907..57de5f5bdc880e9d28b38ecaa9c5cd21ba7d1089 100644 (file)
@@ -3,7 +3,7 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 4/8/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
@@ -38,13 +38,9 @@ EstOutput SharedMarczewski::getValues(vector<SharedRAbundVector*> vectorShared){
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the SharedMarczewski class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               m->errorOut(e, "SharedMarczewski", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the SharedMarczewski class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
 /***********************************************************************/