mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-03 04:00:16 -05:00
The former order resulted of first apply NCC to the grid transmissibilities and then applying EDITNNC resulted in NNCs being scaled twices. The reason is that applyNNCToGridTrans_ scales the NNC with EDITNNC. With the patch the order of the function calls is reversed to prevent double scaling.