Fixes in deleteColumnOfIncidenceMat
The erase method invalidates the iterator to the current element, so a simple range-based for loop does not work. See https://stackoverflow.com/a/4600592
Loading
Please sign in to comment
The erase method invalidates the iterator to the current element, so a simple range-based for loop does not work. See https://stackoverflow.com/a/4600592