Skip to content

Commit

Permalink
fixing uninitialized variable in jupedsim #12
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 8, 2024
1 parent 4b97f42 commit af8430a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microsim/transportables/MSPModel_JuPedSim.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class MSPModel_JuPedSim : public MSPModel {
SUMOTime period;
};
std::map<std::string, VanishingAreaData> myVanishingAreas;
SUMOTime myLastRemovalTime;
SUMOTime myLastRemovalTime = 0;

static const int GEOS_QUADRANT_SEGMENTS;
static const double GEOS_MITRE_LIMIT;
Expand Down

0 comments on commit af8430a

Please sign in to comment.