remove assert
This commit is contained in:
@@ -78,7 +78,6 @@ template <class DataFacadeT> class AlternativeRouting : private BasicRoutingInte
|
||||
{
|
||||
if (phantom_node_pair.PhantomNodesHaveEqualLocation())
|
||||
{
|
||||
BOOST_ASSERT(false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user