mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
For some of the scaling approaches the wrong matrix (dereferenced nullptr) would have been used which should have resulted segmentation faults. With this commit we add a method getMatrix() that returns the correct one and use that for scaling.