mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-31 18:37:57 -05:00
This PR switches to calling the SummaryState constructor which is aware of the value of undefined UDQs (OPM/opm-common#4052) directly. While here, also sort headers, split some long lines, and prefer initialisation lists to constructor body assignments.