mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
chore: Fix typo in type alias
This commit is contained in:
parent
b98ea78b25
commit
8411c997d4
@ -201,7 +201,7 @@ private:
|
||||
T3 const& lon_max, T4 const& lat_max, double height_max,
|
||||
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>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user