mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Silence warnings related to ad-hoc polymer fluid wrapper class.
This commit is contained in:
@@ -212,8 +212,8 @@ namespace Opm {
|
||||
}
|
||||
|
||||
std::copy(porevol.begin(), porevol.end(), store_.porevol());
|
||||
const std::vector<double> porosity = fluid.porosity();
|
||||
std::copy(porosity.begin(), porosity.end(), store_.porosity());
|
||||
const double* poro = fluid.porosity();
|
||||
std::copy(poro, poro + g.number_of_cells, store_.porosity());
|
||||
store_.rockdensity() = fluid.rockdensity();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user