]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.cpp
working on testing
[mothur.git] / engine.cpp
index 5e82d1344d9fa068078e0176b1e655a8290cd42b..54524ba9e6a8aa3fe8b678abf060db68529b7177 100644 (file)
@@ -199,7 +199,7 @@ string Engine::getCommand()  {
                                string nextCommand = "";
                                
                                mout->mothurOut("mothur > ");
-                               m->getline(cin, nextCommand);
+                               getline(cin, nextCommand);
                                mout->mothurOutJustToLog(toString(nextCommand));
                                
                                return nextCommand;