X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedutilities.cpp;h=d9891db7966da9178ce0b0deaa177ddeb192fc79;hp=151b254c7ca983abe1568a962aba5eef0e2f5ead;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc diff --git a/sharedutilities.cpp b/sharedutilities.cpp index 151b254..d9891db 100644 --- a/sharedutilities.cpp +++ b/sharedutilities.cpp @@ -22,7 +22,9 @@ void SharedUtil::getSharedVectors(vector Groups, vectorgetNumBins()); @@ -120,7 +122,7 @@ void SharedUtil::setGroups(vector& userGroups, vector& allGroups //if the user only entered invalid groups if (userGroups.size() == 0) { - m->mothurOut("You provided no valid groups. I will run the command using all the groups in your groupfile."); m->mothurOutEndLine(); + m->mothurOut("You provided no valid groups. I will run the command using all the groups in your file."); m->mothurOutEndLine(); for (int i = 0; i < allGroups.size(); i++) { userGroups.push_back(allGroups[i]); }