]> git.donarmstrong.com Git - mothur.git/commitdiff
added citation function to commands
authorwestcott <westcott>
Tue, 10 May 2011 16:55:03 +0000 (16:55 +0000)
committerwestcott <westcott>
Tue, 10 May 2011 16:55:03 +0000 (16:55 +0000)
command.hpp

index 6a1a4deea6c1df252a627fa827bb33a8f49b439c..a0bb0017131eaa95f787c3d3ada91f25e3a95c5d 100644 (file)
@@ -37,7 +37,7 @@ class Command {
        
                virtual int execute() = 0;
                virtual void help() = 0;
-               void citation() { m->mothurOut(getCitation()); }
+               void citation() { m->mothurOutEndLine(); m->mothurOut(getCitation()); m->mothurOutEndLine(); }
                virtual ~Command() { }
        
        protected: