mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
Merge pull request #1337 from vissarion/fix/typo
chore: Fix typo in type alias
This commit is contained in:
commit
2acb7eb0c3
@ -201,7 +201,7 @@ private:
|
|||||||
T3 const& lon_max, T4 const& lat_max, double height_max,
|
T3 const& lon_max, T4 const& lat_max, double height_max,
|
||||||
double tolerance)
|
double tolerance)
|
||||||
{
|
{
|
||||||
using box_units_type = bg::detail::coordinate_system_unit_t<Box>;
|
using box_units_type = bg::detail::coordinate_system_units_t<Box>;
|
||||||
|
|
||||||
std::string const units_str = units2string<box_units_type>();
|
std::string const units_str = units2string<box_units_type>();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user