]> git.donarmstrong.com Git - mothur.git/blobdiff - getlinecommand.cpp
fixed some bugs
[mothur.git] / getlinecommand.cpp
index 6802978a0c3e527aed6a30a7a8ecce1726c19b57..800f9d816eab2230d2f543321d0ddb5c97e1ee63 100644 (file)
@@ -84,6 +84,8 @@ int GetlineCommand::execute(){
                        in >> label;
                        count++;
                }
+               
+               in.close();
                return 0;               
        }