chore: Fix typo in type alias

This commit is contained in:
Vissarion Fisikopoulos 2024-11-05 10:45:28 +02:00
parent b98ea78b25
commit 8411c997d4

View File

@ -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>();