mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed bug where rsSat/rvSat were never set
This commit is contained in:
@@ -78,13 +78,13 @@ namespace Opm {
|
||||
struct SimulatorData {
|
||||
SimulatorData(int num_phases)
|
||||
: rq(num_phases)
|
||||
, rs(ADB::null())
|
||||
, rv(ADB::null())
|
||||
, rsSat(ADB::null())
|
||||
, rvSat(ADB::null())
|
||||
{
|
||||
}
|
||||
std::vector<ReservoirResidualQuant> rq;
|
||||
ADB rs;
|
||||
ADB rv;
|
||||
ADB rsSat;
|
||||
ADB rvSat;
|
||||
};
|
||||
|
||||
/// Construct a solver. It will retain references to the
|
||||
|
||||
Reference in New Issue
Block a user