StructGrid: Added Comment

This commit is contained in:
Jacob Støren
2013-12-17 13:25:52 +01:00
parent 28d0fbc476
commit 56b7053a15

View File

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