diff --git a/Contractor/GeometryCompressor.cpp b/Contractor/GeometryCompressor.cpp index 53cca3fdf..e0d5752d0 100644 --- a/Contractor/GeometryCompressor.cpp +++ b/Contractor/GeometryCompressor.cpp @@ -123,8 +123,8 @@ void GeometryCompressor::CompressEdge(const EdgeID edge_id_1, BOOST_ASSERT(SPECIAL_EDGEID != edge_id_2); BOOST_ASSERT(SPECIAL_NODEID != via_node_id); BOOST_ASSERT(SPECIAL_NODEID != target_node_id); - BOOST_ASSERT(std::numeric_limits::max() != weight1); - BOOST_ASSERT(std::numeric_limits::max() != weight2); + BOOST_ASSERT(std::numeric_limits::max() != weight1); + BOOST_ASSERT(std::numeric_limits::max() != weight2); // append list of removed edge_id plus via node to surviving edge id: //