From 744162e74e1e74e890e66b2686f61f1648348ae2 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 21 Dec 2011 10:35:34 +0000 Subject: [PATCH] STYLE: tetIndices.H: improved comment --- .../meshes/polyMesh/polyMeshTetDecomposition/tetIndices.H | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/tetIndices.H b/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/tetIndices.H index afd31e642a..76f82fa78c 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/tetIndices.H +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/tetIndices.H @@ -144,11 +144,13 @@ public: inline tetPointRef oldTet(const polyMesh& mesh) const; //- Return the geometry corresponding to the tri on the - // mesh face for this tet from the supplied mesh + // mesh face for this tet from the supplied mesh. Normal of + // the tri points out of the cell. inline triPointRef faceTri(const polyMesh& mesh) const; //- Return the point indices corresponding to the tri on the mesh - // face for this tet from the supplied mesh + // face for this tet from the supplied mesh. Normal of + // the tri points out of the cell. inline triFace faceTriIs(const polyMesh& mesh) const; //- Return the geometry corresponding to the tri on the