[pdal-commits] [PDAL/PDAL] bd5cd1: Fix rxp reader (#2228)
GitHub
noreply at github.com
Wed Oct 17 05:37:28 PDT 2018
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: bd5cd19bb6c2c5530269808958772aaa6f8de607
https://github.com/PDAL/PDAL/commit/bd5cd19bb6c2c5530269808958772aaa6f8de607
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2018-10-17 (Wed, 17 Oct 2018)
Changed paths:
M plugins/rxp/io/RxpPointcloud.cpp
M plugins/rxp/test/RxpReaderTest.cpp
Log Message:
-----------
Fix rxp reader (#2228)
* Explicitly make comparison numbers unsigned
Without the explicit unsigned, this throws a warning.
* Whitespace
* Add view size test for sync_to_pps=false
We know the size of the view, so might as well check it.
* Use target_count, not targets vector
I don't think I should have ever been using the vector size, but I guess
the vector used to be resized and now (as of 2.5.7) it's not.
* Move idx and return number increments to for line
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the pdal-commits
mailing list