You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* __ilu__.cc (ilu_tp): Don't dereference iterator before checking that it has
gone past end. Use C+11 form of std::set::erase() which returns valid iterator
to element after the one being deleted to simplify code. Increment iterator at
bottom of loop, but do not dereference. Use std::swap() to simplify code.
0 commit comments