Improve doc of dirId() method.

This commit is contained in:
Atgeirr Flø Rasmussen 2022-09-16 09:50:25 +02:00
parent 6526f9a29a
commit a050c1e945

View File

@ -212,7 +212,10 @@ public:
{ return area_; }
/*!
* \brief Returns the direction of the face
* \brief Returns the direction id of the face w.r.t the cell.
*
* For corner point grids, this is 0-5 for I-, I+, J-, J+, K- and K+ faces,
* and -1 for NNC faces.
*/
int dirId() const
{