]> git.donarmstrong.com Git - mothur.git/blobdiff - libshuffcommand.cpp
pds fixes of heatmap and some other minor stuff
[mothur.git] / libshuffcommand.cpp
index 1e382261383605de66ce0f6a2742841e282f651b..49a87674d17a743e533c1bd010f6a48518e19537 100644 (file)
@@ -57,7 +57,7 @@ int LibShuffCommand::execute(){
                savedDXYValues = form->evaluateAll();
                savedMinValues = form->getSavedMins();
                
-               pValueCounts.assign(numGroups, 0);
+               pValueCounts.resize(numGroups);
                for(int i=0;i<numGroups;i++){
                        pValueCounts[i].assign(numGroups, 0);
                }