Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ParU] Small performance improvement in update rowDeg
std::set only inserts an element, if it does not already contain the element. Thus, we can get rid of the additional find. This was found by cppcheck.
- Loading branch information