Skip to content

Commit

Permalink
Uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan-b committed Aug 3, 2020
1 parent 2af7de3 commit ce3c1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geodesic_library/geodesic_algorithm_exact.h
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ inline void GeodesicAlgorithmExact::construct_propagated_intervals(bool invert,

p->min() = 0;

// assert(p->start() < p->stop());
assert(p->start() < p->stop());
assert(p->start() >= 0.0);
assert(p->stop() <= edge->length());
}
Expand Down

0 comments on commit ce3c1ea

Please sign in to comment.