fixing the compilation from the rebase.

This commit is contained in:
Kai Bao 2016-04-29 10:34:01 +02:00
parent 0667fceb35
commit 75c64b67d1

View File

@ -235,7 +235,7 @@ namespace Opm
const Vector rssat = fluid_.rsSat(ADB::constant(avg_press), ADB::constant(perf_so), well_cells).value();
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);
}