Skip to content

Commit 64720b1

Browse files
committed
Fix assertion
1 parent b0510fe commit 64720b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robust_predicate/expansion/mp_float.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
indx_type _ii
146146
) const
147147
{
148-
assert ( _ii<= this->_size &&
148+
assert ( _ii < this->_size &&
149149
"expansion: index out of bounds") ;
150150

151151
return ( this->_xdat[_ii] ) ;

0 commit comments

Comments
 (0)