Skip to content

Commit

Permalink
[toposort] fix error of hpp file.
Browse files Browse the repository at this point in the history
  • Loading branch information
nike0good authored and nike0good committed Jun 9, 2019
1 parent 3bd820b commit 5d76ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/topologicalSort/pgr_topologicalSort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Pgr_topologicalSort {
// pgassert(w == totalcost);
pgr_topologicalSort_t tmp;
tmp.seq=tmp.sorted_v=1;
results.push_back(v);
results.push_back(tmp);
return results;
}
};
Expand Down

0 comments on commit 5d76ad0

Please sign in to comment.