Skip to content

Commit 46ec183

Browse files
committed
fix errors
1 parent 7e1c95c commit 46ec183

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/trsp/trspHandler.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ class TrspHandler : public pgrouting::Pgr_messages {
178178

179179
Path m_path;
180180

181+
int64_t m_start_vertex{};
182+
int64_t m_end_vertex{};
183+
int64_t m_current_node{};
184+
181185
std::vector<Predecessor> m_parent;
182186
std::vector<CostHolder> m_dCost;
183187

0 commit comments

Comments
 (0)