mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add comment to make it clear that using mainGrid::cellCornerVertices with reservoir cell index is valid.
This commit is contained in:
parent
fc05dd665f
commit
2ed872e8fc
@ -148,7 +148,9 @@ void RigGridBase::initSubCellsMainGridCellIndex()
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
/// For main grid, this will work with reservoirCellIndices retreiving the correct lgr cells as well.
|
||||
/// the cell() call retreives correct cell, because main grid has offset of 0, and we access the global
|
||||
/// cell array in main grid.
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RigGridBase::cellCornerVertices(size_t cellIndex, cvf::Vec3d vertices[8]) const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user