[pdal-commits] [PDAL/PDAL] a9161a: Change 'filters.change' to 'filters.{cpd|icp}' (#1...
GitHub
noreply at github.com
Thu Sep 21 09:17:08 PDT 2017
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: a9161ab8dc78f72809ef339084b5b039ce12c021
https://github.com/PDAL/PDAL/commit/a9161ab8dc78f72809ef339084b5b039ce12c021
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2017-09-21 (Thu, 21 Sep 2017)
Changed paths:
M doc/stages/filters.cpd.rst
M plugins/cpd/filters/CpdFilter.cpp
M plugins/pcl/filters/IcpFilter.cpp
Log Message:
-----------
Change 'filters.change' to 'filters.{cpd|icp}' (#1672)
* Change 'filters.change' to 'filters.{cpd|icp}'
Per #1577 we ended up splitting the change filter into "cpd" and "icp",
but the plugin naming wasn't done correctly. This patch removes
lingering "filters.change" references.
Fixes #1670.
* Fix "filters.rigid" to "filters.cpd" in cpd docs
More information about the pdal-commits
mailing list