[pdal-commits] [PDAL/PDAL] 71b142: Fix maxy bug for 2D BOX3Ds

GitHub noreply at github.com
Wed Mar 25 07:05:02 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 71b1426db5ab28c203581810cc322aa37ac36b52
      https://github.com/PDAL/PDAL/commit/71b1426db5ab28c203581810cc322aa37ac36b52
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-03-25 (Wed, 25 Mar 2015)

  Changed paths:
    M src/util/Bounds.cpp
    M test/unit/BoundsTest.cpp

  Log Message:
  -----------
  Fix maxy bug for 2D BOX3Ds

A copy-paste bug rendered 2D BOX3Ds created from input text invalid, the
maxy was left with garbage. This patch fixes the bug, with a test
demonstrating the error.


  Commit: fde48b093f777c0920139cfea07ba36e4c6ab198
      https://github.com/PDAL/PDAL/commit/fde48b093f777c0920139cfea07ba36e4c6ab198
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-03-25 (Wed, 25 Mar 2015)

  Changed paths:
    M src/util/Bounds.cpp
    M test/unit/BoundsTest.cpp

  Log Message:
  -----------
  Merge pull request #847 from gadomski/2d-bounds-bug

Fix `maxy` bug for 2D BOX3Ds


Compare: https://github.com/PDAL/PDAL/compare/14d010a9746a...fde48b093f77


More information about the pdal-commits mailing list