Skip to content
Snippets Groups Projects
Commit 044f78a9 authored by Tom Fischer's avatar Tom Fischer
Browse files

[A/U/ModelPreparation/PartionMesh] Cppcheck recommendation.

Prefer prefix ++/-- operators for non-primitive types.. Prefix ++/--
operators should be preferred for non-primitive types.
Pre-increment/decrement can be more efficient than
post-increment/decrement. Post-increment/decrement usually involves
keeping a copy of the previous value around and adds a little extra
code.
parent 836eb29a
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