| 140 | } |
| 141 | |
| 142 | static void SetPoint(geometry::PointWithAltitude & ptWithAlt, m2::PointD const & pt) { ptWithAlt.SetPoint(pt); } |
| 143 | |
| 144 | static void SetAltitude(geometry::PointWithAltitude & ptWithAlt, geometry::Altitude altitude) |
| 145 | { |
no outgoing calls
no test coverage detected