mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 02:30:18 -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
|
||||
std::vector<int> cellPvtRegionIdx_;
|
||||
|
||||
// The PVT properties. One object per PVT region and per
|
||||
// active fluid phase.
|
||||
// The PVT properties. One object per active fluid phase.
|
||||
std::vector<std::shared_ptr<Opm::PvtInterface> > props_;
|
||||
|
||||
// The index of the PVT table which ought to be used for each
|
||||
|
Loading…
Reference in New Issue
Block a user