Skip to content

Commit

Permalink
fixed loading of different constraint types refs #11709
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Oct 12, 2022
1 parent e8871f5 commit eab89bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/microsim/MSStateHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,9 @@ MSStateHandler::myStartElement(int element, const SUMOSAXAttributes& attrs) {
}
case SUMO_TAG_PREDECESSOR: // intended fall-through
case SUMO_TAG_INSERTION_PREDECESSOR:
case SUMO_TAG_FOE_INSERTION:
case SUMO_TAG_INSERTION_ORDER:
case SUMO_TAG_BIDI_PREDECESSOR:
NLHandler::addPredecessorConstraint(element, attrs, myConstrainedSignal);
break;
case SUMO_TAG_TLLOGIC: {
Expand Down

0 comments on commit eab89bb

Please sign in to comment.