Skip to content

Commit

Permalink
Fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Jan 22, 2024
1 parent b0510fe commit 64720b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robust_predicate/expansion/mp_float.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
indx_type _ii
) const
{
assert ( _ii<= this->_size &&
assert ( _ii < this->_size &&
"expansion: index out of bounds") ;

return ( this->_xdat[_ii] ) ;
Expand Down

0 comments on commit 64720b1

Please sign in to comment.