[pdal-commits] [PDAL/PDAL] ec0861: Avoid potential descending for-loop wrapping (#2778)

Connor Manning noreply at github.com
Mon Dec 2 07:47:19 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: ec08617b363e5f0772ff7289d8777326868ee2cd
      https://github.com/PDAL/PDAL/commit/ec08617b363e5f0772ff7289d8777326868ee2cd
  Author: Connor Manning <connor at hobu.co>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M filters/SkewnessBalancingFilter.cpp

  Log Message:
  -----------
  Avoid potential descending for-loop wrapping (#2778)

* Avoid potential descending for-loop wrapping in the skewness balancing filter.

* Change to do-while loop to improve readability




More information about the pdal-commits mailing list