Skip to content

Commit

Permalink
Fixed problem loading flows with embedded routes. Refs #13311
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Jun 23, 2023
1 parent 571ab9e commit 759e584
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/handlers/RouteHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ RouteHandler::parseSumoBaseObject(CommonXMLStructure::SumoBaseObject* obj) {
obj->getVehicleParameter(),
obj->getStringAttribute(SUMO_ATTR_FROM_TAZ),
obj->getStringAttribute(SUMO_ATTR_TO_TAZ));
} else {
throw ProcessError("Invalid from-to values in flows");
}
break;
// persons
Expand Down

0 comments on commit 759e584

Please sign in to comment.