]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.h
added a few evenness calculators and fixed a couple of bugs in filter.seqs and pre...
[mothur.git] / nocommands.h
index b529392a890483eeb61b5346f6a59ef91add7d9a..5b84b65d5a518e77ea754d580e46fe9681db9ae1 100644 (file)
 /* This command is run if the user enters an invalid command. */
 
 #include "command.hpp"
+#include "commandfactory.hpp"
 
 class NoCommand : public Command {
 
 public:
-       NoCommand();
+       NoCommand(string);
        ~NoCommand();
        int execute();
+       void help() {}
        
 private: