mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
now, all the beauty of that part of the code can be admired in initStateEquil.hpp. During this exercise, I stumbled over some serious code-quality issues like a different order of the template arguments for the declaration and the definition, mismatching argument names and no forward definition of some functions. besides this, some functions were already defined in the non-_impl.hpp file and EquilibrationHelpers.hpp used that approach from the outset.