We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba467f5 commit 6f9b8e9Copy full SHA for 6f9b8e9
1 file changed
include/trsp/trspHandler.hpp
@@ -172,13 +172,13 @@ class TrspHandler : public pgrouting::Pgr_messages {
172
/* idx -> id */
173
std::map<int64_t, int64_t> m_idx_to_id;
174
175
- int64_t m_start_vertex{}; // NOSONAR
176
- int64_t m_end_vertex{}; // NOSONAR
+ int64_t m_start_vertex{}; // NOSONAR
+ int64_t m_end_vertex{}; // NOSONAR
177
178
/*
179
* Used in dijkstra_exploration
180
*/
181
- int64_t m_current_node{}; // NOSONAR
+ int64_t m_current_node{}; // NOSONAR
182
183
Path m_path;
184
0 commit comments