Skip to content

Commit 1a4385f

Browse files
committed
[KSP] fixing error when using gcc4.8
1 parent b14f4d5 commit 1a4385f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6798-1360698 release/2.6
1+
6808-b14f4d56b master

include/yen/pgr_ksp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Pgr_ksp {
6060
if (p1.tot_cost() < p2.tot_cost())
6161
return true;
6262

63-
pgassert(p1.tot_cost() == p2.tot_cost());
63+
//pgassert(p1.tot_cost() == p2.tot_cost());
6464

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

0 commit comments

Comments
 (0)