mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-03 18:50:29 -06:00
Modified TransportSolverTwophaseInterface::solve(), general cleanup.
Move output arguments last in argument list.
This commit is contained in:
parent
2b4cb11ebc
commit
1868285f23
@ -554,10 +554,10 @@ namespace Opm
|
||||
//tsolver_.solve(&state.faceflux()[0], &initial_porevol[0], &transport_src[0],
|
||||
// stepsize, state.saturation());
|
||||
tsolver_->solve(&transport_src[0],
|
||||
&porevol[0],
|
||||
stepsize,
|
||||
state,
|
||||
well_state);
|
||||
&porevol[0],
|
||||
stepsize,
|
||||
well_state,
|
||||
state);
|
||||
|
||||
double substep_injected[2] = { 0.0 };
|
||||
double substep_produced[2] = { 0.0 };
|
||||
|
Loading…
Reference in New Issue
Block a user