Skip to content

Commit

Permalink
Merge pull request #772 from pgRouting/release/2.4
Browse files Browse the repository at this point in the history
trying to fix 769
  • Loading branch information
cvvergara authored Mar 24, 2017
2 parents a26a2a8 + 3e13fe0 commit 722e04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4686-c552e75a9 release/2.4
4687-0d1f291e1 release/2.4
3 changes: 1 addition & 2 deletions src/withPoints/src/many_to_many_withPoints_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,8 @@ do_pgr_many_to_many_withPoints(
pgassert(!(*err_msg));
pgassert(!(*return_tuples));
pgassert((*return_count) == 0);
pgassert(edges);
pgassert(edges || edges_of_points);
pgassert(points_p);
pgassert(edges_of_points);
pgassert(start_pidsArr);
pgassert(end_pidsArr);

Expand Down

0 comments on commit 722e04e

Please sign in to comment.