]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.h
created blank accnos in chimera commands if no seqs are deemed chimeric. modified...
[mothur.git] / mothur.h
index a7946fde756a68a5eeeabec8aa63e72ec53d1df7..c3f61b4268b613da53a567f0fa6239983a19311e 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -577,7 +577,7 @@ inline int openInputFile(string fileName, ifstream& fileHandle){
        else {
                //check for blank file
                gobble(fileHandle);
-               if (fileHandle.eof()) { cout << completeFileName << " is blank. Please correct." << endl;  return 1;  }
+               if (fileHandle.eof()) { cout << completeFileName << " is blank. Please correct." << endl;   }
                
                return 0;
        }