Added a comment

p4#: 21063
This commit is contained in:
Jacob Støren 2013-03-22 15:22:50 +01:00
parent 6d24c6b541
commit bd33a64e84

View File

@ -83,6 +83,6 @@ private:
cvf::ref<RigReservoirCellResults> m_matrixModelResults; cvf::ref<RigReservoirCellResults> m_matrixModelResults;
cvf::ref<RigReservoirCellResults> m_fractureModelResults; cvf::ref<RigReservoirCellResults> m_fractureModelResults;
cvf::Collection<RigWellResults> m_wellResults; cvf::Collection<RigWellResults> m_wellResults; //< A WellResults object for each well in the reservoir
cvf::Collection<cvf::UByteArray> m_wellCellsInGrid; //< A bool array pr grid with one bool pr cell telling wether the cell is a well cell or not cvf::Collection<cvf::UByteArray> m_wellCellsInGrid; //< A bool array pr grid with one bool pr cell telling wether the cell is a well cell or not
}; };