Silence multiline comment warning

This commit is contained in:
Daniel J. Hofmann 2016-06-03 14:47:45 +02:00
parent dfa762bccc
commit 6f322d2140

View File

@ -240,14 +240,16 @@ Intersection IntersectionGenerator::mergeSegregatedRoads(Intersection intersecti
if (is_connected_to_roundabout) if (is_connected_to_roundabout)
{ {
// We are merging a u-turn against the direction of a roundabout /*
// * We are merging a u-turn against the direction of a roundabout
// -----------> roundabout *
// / \ * -----------> roundabout
// out in * / \
// * out in
// These cases have to be disabled, even if they are not forbidden specifically by a *
// relation * These cases have to be disabled, even if they are not forbidden specifically by a
* relation
*/
intersection[0].entry_allowed = false; intersection[0].entry_allowed = false;
} }