Skip to content

Commit

Permalink
fixing broken reference in jupedsim
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 19, 2024
1 parent e000eb1 commit efed1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microsim/transportables/MSPModel_JuPedSim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ MSPModel_JuPedSim::initialize(const OptionsCont& oc) {
if (areaBoundary.back().x == areaBoundary.front().x && areaBoundary.back().y == areaBoundary.front().y) {
areaBoundary.pop_back();
}
const std::string& type = StringTokenizer(poly->getShapeType(), ".").getVector()[1];
const std::string type = StringTokenizer(poly->getShapeType(), ".").getVector()[1];
myAreas.push_back(AreaData{poly->getID(), type, areaBoundary, poly->getParametersMap()});
}
}
Expand Down

0 comments on commit efed1f0

Please sign in to comment.