mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
In particular, - Split some long lines - Mark objects 'const' where possible - Reduce scope of objects - Add braces to single statement control structures - Prefer pre-increment - Prefer type deduction for induction variables