]> git.donarmstrong.com Git - mothur.git/blobdiff - libshuffcommand.cpp
fixed some bugs
[mothur.git] / libshuffcommand.cpp
index 75e613719f9a819dc9cf4882b6442feb031cf296..fd4139100bf3155fd3d9bfb1020e03d5c9056b7c 100644 (file)
@@ -256,7 +256,7 @@ void LibShuffCommand::printCoverageFile() {
                        }
                        outCov << endl;
                }
-               
+               outCov.close();
        }
        catch(exception& e) {
                cout << "Standard Error: " << e.what() << " has occurred in the LibShuffCommand class Function printCoverageFile. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
@@ -305,7 +305,7 @@ void LibShuffCommand::printSummaryFile() {
                        }
                }
                
-               
+               outSum.close();
        }
        catch(exception& e) {
                cout << "Standard Error: " << e.what() << " has occurred in the LibShuffCommand class Function printSummaryFile. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";