[various] minor typos and removed unused include

This commit is contained in:
Barend Gehrels
2019-10-30 14:45:07 +01:00
parent af316e7a39
commit 9231f87bfb
3 changed files with 4 additions and 5 deletions

View File

@@ -19,7 +19,6 @@
#include <boost/geometry/core/assert.hpp>
#include <boost/geometry/algorithms/equals.hpp>
#include <boost/geometry/algorithms/expand.hpp>
#include <boost/geometry/algorithms/detail/disjoint/box_box.hpp>
#include <boost/geometry/algorithms/detail/overlay/segment_identifier.hpp>
#include <boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>

View File

@@ -55,7 +55,7 @@ namespace detail { namespace overlay {
// <----|
// |-------> 2 0 0 1 -1 F and i/i x/u
// |-------> 2 0 0 -1 1 F symetric i/i u/x
// |-------> 2 0 0 -1 1 F symmetric i/i u/x
// |------->
//
// |-------> 2 0 0 -1 -1 T i/u u/i
@@ -74,7 +74,7 @@ namespace detail { namespace overlay {
// <-----|
//
// |-----> 1 -1 0 -1 0 F and u/x
// |-----> 1 0 -1 0 -1 F symetric x/u
// |-----> 1 0 -1 0 -1 F symmetric x/u
// |----->
// D0 or D1 != 0
@@ -82,7 +82,7 @@ namespace detail { namespace overlay {
// ^
// |
// + 1 -1 1 -1 1 F and u/x (P is vertical)
// |--------> 1 1 -1 1 -1 F symetric x/u (P is horizontal)
// |--------> 1 1 -1 1 -1 F symmetric x/u (P is horizontal)
// ^
// |
// +

View File

@@ -884,7 +884,7 @@ private:
// 3. f1-f2 may be 0 which means that the intermediate point is on the vertex
// In this case it's not possible to check if this is the correct result
// 4. f1-f2 may also be 0 in other cases, e.g.
// geodesics are symetrical wrt equator and longitude directions are different
// geodesics are symmetrical wrt equator and longitude directions are different
CT const dbeta_denom = f1 - f2;
//CT const dbeta_denom = math::abs(f1) + math::abs(f2);