mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Correct function comment.
This commit is contained in:
parent
d9ce8625cf
commit
f3cfe26edb
@ -467,8 +467,7 @@ namespace Opm
|
|||||||
// The PVT region which is to be used for each cell
|
// The PVT region which is to be used for each cell
|
||||||
std::vector<int> cellPvtRegionIdx_;
|
std::vector<int> cellPvtRegionIdx_;
|
||||||
|
|
||||||
// The PVT properties. One object per PVT region and per
|
// The PVT properties. One object per active fluid phase.
|
||||||
// active fluid phase.
|
|
||||||
std::vector<std::shared_ptr<Opm::PvtInterface> > props_;
|
std::vector<std::shared_ptr<Opm::PvtInterface> > props_;
|
||||||
|
|
||||||
// The index of the PVT table which ought to be used for each
|
// The index of the PVT table which ought to be used for each
|
||||||
|
Loading…
Reference in New Issue
Block a user