Correct function comment.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-02-23 09:52:25 +01:00
parent d9ce8625cf
commit f3cfe26edb

View File

@ -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