Skip to content

Commit 10d8d0b

Browse files
committed
Docs
1 parent 0414257 commit 10d8d0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dsf/mobility/RoadNetwork.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ namespace dsf::mobility {
190190
requires is_street_v<std::remove_reference_t<T1>> &&
191191
(is_street_v<std::remove_reference_t<Tn>> && ...)
192192
void addStreets(T1&& street, Tn&&... streets);
193-
193+
/// @brief Set the streets' stationary weights
194+
/// @param streetWeights A map where the key is the street id and the value is the street stationary weight
194195
void setStreetStationaryWeights(std::unordered_map<Id, double> const& streetWeights);
195196

196197
/// @brief Get a street from the graph

0 commit comments

Comments
 (0)