Skip to content

Commit

Permalink
chore: Fix typo in type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
vissarion committed Nov 5, 2024
1 parent b98ea78 commit 8411c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algorithms/envelope_expand/envelope_on_spheroid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class envelope_on_spheroid_basic_tester
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>();

Expand Down

0 comments on commit 8411c99

Please sign in to comment.