]> git.donarmstrong.com Git - mothur.git/blobdiff - readseqsphylip.cpp
fixed some bugs
[mothur.git] / readseqsphylip.cpp
index fbb99c9b0d44daddf431e1fc11be168bdcc69393..72c7d9058585a3d6ee54ad3b30255d5fd28f7d99 100644 (file)
@@ -31,18 +31,7 @@ bool ReadPhylip::isSeq(string seq) {
 }
 
 /*******************************************************************************/
-ReadPhylip::ReadPhylip(string file) : ReadSeqs(file) {
-       try {
-       }
-       catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the ReadTree class Function ReadTree. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }
-       catch(...) {
-               cout << "An unknown error has occurred in the ReadTree class function ReadTree. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }               
-}
+ReadPhylip::ReadPhylip(string file) : ReadSeqs(file) { }
 /*******************************************************************************/
 ReadPhylip::~ReadPhylip(){
 //     for(int i = 0; i < sequencedb.getNumSeqs(); i++)