Merge pull request #1337 from vissarion/fix/typo

chore: Fix typo in type alias
This commit is contained in:
Vissarion Fisikopoulos 2024-11-05 15:40:19 +02:00 committed by GitHub
commit 2acb7eb0c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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