Ticket #7456: fix_comment_typo.patch

File fix_comment_typo.patch, 767 bytes (added by oss.2012.team+A1@…, 10 years ago)

Patch for density.hpp

  • boost/accumulators/statistics/density.hpp

     
    9595            }
    9696
    9797            // Once cache_size samples have been accumulated, create num_bins bins of same size between
    98             // the minimum and maximum of the cached samples as well as an under- and and an overflow bin.
     98            // the minimum and maximum of the cached samples as well as an under- and an overflow bin.
    9999            // Store their lower bounds (bin_positions) and fill the bins with the cached samples (samples_in_bin).
    100100            if (cnt == this->cache_size)
    101101            {