mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-07 23:13:01 -06:00
Modified TransportSolverTwophaseInterface::solve(), general cleanup.
Move output arguments last in argument list.
This commit is contained in:
parent
11015c11ef
commit
bdb8d48115
@ -37,13 +37,13 @@ namespace Opm
|
||||
/// \param[in] porevolume Array of pore volumes.
|
||||
/// \param[in] source Transport source term.
|
||||
/// \param[in] dt Time step.
|
||||
/// \param[in, out] state Reservoir state. Saturation will be modified.
|
||||
/// \param[in] wstate Well state.
|
||||
/// \param[in, out] state Reservoir state. Saturation will be modified.
|
||||
virtual void solve(const double* porevolume,
|
||||
const double* source,
|
||||
const double dt,
|
||||
TwophaseState& state,
|
||||
const WellState& wstate) = 0;
|
||||
const WellState& wstate,
|
||||
TwophaseState& state) = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user