mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixing the compilation from the rebase.
This commit is contained in:
parent
0667fceb35
commit
75c64b67d1
@ -235,7 +235,7 @@ namespace Opm
|
|||||||
const Vector rssat = fluid_.rsSat(ADB::constant(avg_press), ADB::constant(perf_so), well_cells).value();
|
const Vector rssat = fluid_.rsSat(ADB::constant(avg_press), ADB::constant(perf_so), well_cells).value();
|
||||||
rsmax_perf.assign(rssat.data(), rssat.data() + nperf);
|
rsmax_perf.assign(rssat.data(), rssat.data() + nperf);
|
||||||
|
|
||||||
const Vector rvsat = fluid.rvSat(ADB::constant(avg_press), ADB::constant(perf_so), well_cells).value();
|
const Vector rvsat = fluid_.rvSat(ADB::constant(avg_press), ADB::constant(perf_so), well_cells).value();
|
||||||
rvmax_perf.assign(rvsat.data(), rvsat.data() + nperf);
|
rvmax_perf.assign(rvsat.data(), rvsat.data() + nperf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user