]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.cpp
added headers to shared and relabund files
[mothur.git] / engine.cpp
index d595be332eed785c27037710396d1a7dd46c845e..469ff404011283d81e8744d1072e59bdacdb656b 100644 (file)
@@ -185,6 +185,7 @@ bool InteractEngine::getInput(){
                                        mout->Treenames.clear();
                                        mout->names.clear();
                                        mout->saveNextLabel = "";
+                                       mout->printedHeaders = false;
                                                        
                                        Command* command = cFactory->getCommand(commandName, options);
                                        quitCommandCalled = command->execute();
@@ -366,6 +367,7 @@ bool BatchEngine::getInput(){
                                        mout->Treenames.clear();
                                        mout->names.clear();
                                        mout->saveNextLabel = "";
+                                       mout->printedHeaders = false;
                                                        
                                        Command* command = cFactory->getCommand(commandName, options);
                                        quitCommandCalled = command->execute();
@@ -529,6 +531,7 @@ bool ScriptEngine::getInput(){
                                        mout->Treenames.clear();
                                        mout->names.clear();
                                        mout->saveNextLabel = "";
+                                       mout->printedHeaders = false;
                                                        
                                        Command* command = cFactory->getCommand(commandName, options);
                                        quitCommandCalled = command->execute();