Skip to content
Snippets Groups Projects
Commit ce3b2e01 authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[BCRSMatrix] Avoid off-by one iterators in compress()

compress() uses iterators that are off to enable a *(++it) = ... idiom,
which already confuses me right now. That confusion will only be worse
when I look at the code again in half a year, so let's clean that up
right now.
parent 7aec911a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment