Skip to content

Commit 607116a

Browse files
committed
Fix comments
1 parent 3e11d15 commit 607116a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

valhalla/thor/pathalgorithm.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ class PathAlgorithm {
144144
/**
145145
* Add edges at the origin to the adjacency list
146146
* @param graphreader Graph tile reader.
147-
* @param dest Location information of the destination
148-
* @param costing Dynamic costing
149-
* @param loop_edge Loop edge information
147+
* @param origin Location information of the destination
148+
* @param costing Dynamic costing
149+
* @param loop_edge Loop edge information
150150
*/
151151
void SetOrigin(baldr::GraphReader& graphreader,
152152
const baldr::PathLocation& origin,
@@ -156,8 +156,8 @@ class PathAlgorithm {
156156
/**
157157
* Set the destination edge(s).
158158
* @param graphreader Graph tile reader.
159-
* @param dest Location information of the destination
160-
* @param costing Dynamic costing
159+
* @param dest Location information of the destination
160+
* @param costing Dynamic costing
161161
* @return Returns the relative density near the destination (0-15)
162162
*/
163163
uint32_t SetDestination(baldr::GraphReader& graphreader,

0 commit comments

Comments
 (0)