Skip to content

Commit

Permalink
[KSP] fixing error when using gcc4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Dec 3, 2018
1 parent b14f4d5 commit 1a4385f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6798-1360698 release/2.6
6808-b14f4d56b master
2 changes: 1 addition & 1 deletion include/yen/pgr_ksp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Pgr_ksp {
if (p1.tot_cost() < p2.tot_cost())
return true;

pgassert(p1.tot_cost() == p2.tot_cost());
//pgassert(p1.tot_cost() == p2.tot_cost());

// paths costs are equal now check by length
if (p1.size() > p2.size())
Expand Down

0 comments on commit 1a4385f

Please sign in to comment.