Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading