mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
StructGrid: Added Comment
This commit is contained in:
@@ -181,7 +181,7 @@ StructGridInterface::FaceType StructGridInterface::oppositeFace(FaceType face)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
/// Return values are set to cvf::UNDEFINED_SIZE_T if the neighbor is in the negative area
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
void StructGridInterface::neighborIJKAtCellFace(size_t i, size_t j, size_t k, FaceType face, size_t* ni, size_t* nj, size_t* nk)
|
void StructGridInterface::neighborIJKAtCellFace(size_t i, size_t j, size_t k, FaceType face, size_t* ni, size_t* nj, size_t* nk)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user