X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=mothur.cpp;fp=mothur.cpp;h=9ed0dfc5d1645c5c2b65cabdb04063e300634d04;hb=1b4aa03040e61f4c2d47ce32cb12726dcdadb917;hp=18d8d437c619a1a38386d21dc511de75db73e946;hpb=87537e4ee46cae9b7041ae0ed4dbbc229936d37c;p=mothur.git diff --git a/mothur.cpp b/mothur.cpp index 18d8d43..9ed0dfc 100644 --- a/mothur.cpp +++ b/mothur.cpp @@ -35,8 +35,7 @@ void ctrlc_handler ( int sig ) { /***********************************************************************/ int main(int argc, char *argv[]){ MothurOut* m = MothurOut::getInstance(); - try { - + try { signal(SIGINT, ctrlc_handler ); time_t ltime = time(NULL); /* calendar time */ @@ -150,7 +149,7 @@ int main(int argc, char *argv[]){ Engine* mothur; bool bail = 0; string input; - + if(argc>1){ input = argv[1];