Skip to content

Commit

Permalink
fixing calibrator docs #2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed May 6, 2024
1 parent 76211bc commit 5e7ce22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/web/docs/Simulation/Calibrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ For a dependent mapping, multiple calibrators (each with a different `vTypes` at
```xml
<additional>
...
<calibrator id="forCars" edge="E1" pos="0" type="myCarType">
<calibrator id="forCars" edge="E1" pos="0" vTypes="myCarType">
<flow begin="0" end="1800" type="myCarType2"/>
</calibrator>
<calibrator id="forTrucks" edge="E1" pos="0" type="myTruckType">
<calibrator id="forTrucks" edge="E1" pos="0" vTypes="myTruckType">
<flow begin="0" end="1800" type="myTruckType2"/>
</calibrator>
</additional>
Expand Down

0 comments on commit 5e7ce22

Please sign in to comment.