Skip to content

Commit

Permalink
[isPlanar][include] Added false inafter try catch
Browse files Browse the repository at this point in the history
  • Loading branch information
rajhim2 authored and cvvergara committed Aug 18, 2020
1 parent e5dffaa commit 9ac2a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/planar/pgr_boyerMyrvold.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class Pgr_boyerMyrvold : public pgrouting::Pgr_messages {
} catch (...) {
throw;
}
return false;
}

private:
Expand Down

0 comments on commit 9ac2a09

Please sign in to comment.