Skip to content

Commit

Permalink
[JuPedSim] Changed comments because they are used in texttest filtering.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoueraud87 authored and behrisch committed Apr 5, 2024
1 parent 9e0a9d9 commit 557953f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/microsim/MSFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,9 @@ MSFrame::fillOptions() {
oc.doRegister("pedestrian.jupedsim.range-geometry-repulsion", new Option_Float(.02));
oc.addDescription("pedestrian.jupedsim.range-geometry-repulsion", "Processing", TL("The geometry repulsion range of the JuPedSim model (in meters)"));
oc.doRegister("pedestrian.jupedsim.wkt", new Option_FileName());
oc.addDescription("pedestrian.jupedsim.wkt", "Output", TL("The filename to output the pedestrian network as WKT"));
oc.addDescription("pedestrian.jupedsim.wkt", "Output", TL("The filename to output the JuPedSim network as WKT"));
oc.doRegister("pedestrian.jupedsim.wkt.geo", new Option_Bool(false));
oc.addDescription("pedestrian.jupedsim.wkt.geo", "Output", TL("Whether to output pedestrian network as WKT using geo-coordinates (lon/lat)"));
oc.addDescription("pedestrian.jupedsim.wkt.geo", "Output", TL("Whether to output JuPedSim network as WKT using geo-coordinates (lon/lat)"));
#endif

oc.doRegister("ride.stop-tolerance", new Option_Float(10.));
Expand Down

0 comments on commit 557953f

Please sign in to comment.