Merge branch 'master' of https://git.frank-ebner.de/FHWS/Indoor
This commit is contained in:
@@ -114,8 +114,9 @@ namespace Floorplan {
|
||||
|
||||
#ifdef WITH_ASSERTIONS
|
||||
|
||||
static size_t numNear = 0;
|
||||
static size_t numFar = 0;
|
||||
static uint64_t numNear = 0;
|
||||
static uint64_t numFar = 0;
|
||||
|
||||
for (const float z : ceilingsAtHeight_m) {
|
||||
const float diff = std::min( std::abs(z-zMin), std::abs(z-zMax) );
|
||||
if (diff < 0.1) {++numNear;} else {++numFar;}
|
||||
|
||||
Reference in New Issue
Block a user