]> git.donarmstrong.com Git - mothur.git/blobdiff - nastreport.cpp
a few minor things - pds
[mothur.git] / nastreport.cpp
index 0f361f1dc1401848e4a39fc15cd3def8a3f37a2d..d7be4dd57c272b69dc0aa09fd35b7d4c2f9d4f0b 100644 (file)
@@ -27,6 +27,12 @@ NastReport::NastReport(string candidateReportFName) {
 
 /******************************************************************************************************************/
 
+NastReport::~NastReport() {
+       candidateReportFile.close();
+}
+
+/******************************************************************************************************************/
+
 void NastReport::print(){
        
        candidateReportFile << queryName << '\t' << queryLength << '\t' << templateName << '\t' << templateLength << '\t';