mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-11 08:51:55 -06:00
868f447f20
the way to get the result of an evaluation is by return value, i.e., z = fn.eval(x, y); not by passing a separate argument to the eval() function like fn.eval(x, y, z); the `XYTabulated2DFunction` used the latter approach causing an API inconsistency with all other tabulation classes in opm-material. OPM/opm-material#319 fixes that but requires this mop-up as a consequence. |
||
---|---|---|
.. | ||
autodiff | ||
core | ||
simulators |