mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
- Using x/x.abs() instead of a proper sign function led to problems when x = 0. Solved by using new sign() utility. - Pass pressure instead of rs as parameter to fluidRsMax().