]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedordervector.cpp
added concensus command and updated calcs
[mothur.git] / sharedordervector.cpp
index 0a6f095a0345a9865553b2189585b85629bf4697..2830cec3011c4ff713172d198ae03fd93955c0a6 100644 (file)
@@ -341,6 +341,7 @@ SharedSAbundVector SharedOrderVector::getSharedSAbundVector(string group) {
 /***********************************************************************/
 
 SharedOrderVector SharedOrderVector::getSharedOrderVector(){
+       random_shuffle(data.begin(), data.end());
        return *this;                   
 }