X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cooccurrencecommand.cpp;h=e4c915d6a14e4a9755a17d64c073fdda1440803b;hb=e7ae6e6b27c45b5691c19f423ec56faae8e2f255;hp=9d298fb0af7e3910857d0c6f2d6f7c9d0b2d2a41;hpb=ccf2fedbb600a362777a11501bb56c9c7746068e;p=mothur.git diff --git a/cooccurrencecommand.cpp b/cooccurrencecommand.cpp index 9d298fb..e4c915d 100644 --- a/cooccurrencecommand.cpp +++ b/cooccurrencecommand.cpp @@ -549,7 +549,7 @@ int CooccurrenceCommand::getCooccurrence(vector& thisLookUp m->mothurOut("zscore: " + toString(zscore)); m->mothurOutEndLine(); m->mothurOut("standard deviation: " + toString(sd)); m->mothurOutEndLine(); - out << metric << '\t' << thisLookUp[0]->getLabel() << '\t' << nullMean << '\t' << zscore '\t' << sd << endl; + out << metric << '\t' << thisLookUp[0]->getLabel() << '\t' << nullMean << '\t' << zscore << '\t' << sd << endl; return 0; }