From cb03d0bcf45a953cbc6f82d151c4987d7eef1f9f Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 8 Mar 2018 15:00:45 +0000 Subject: [PATCH] STYLE: localPointRegion: minor comment --- src/meshTools/regionSplit/localPointRegion.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshTools/regionSplit/localPointRegion.H b/src/meshTools/regionSplit/localPointRegion.H index 798d28f1e2..e5b545e881 100644 --- a/src/meshTools/regionSplit/localPointRegion.H +++ b/src/meshTools/regionSplit/localPointRegion.H @@ -188,7 +188,7 @@ public: return meshFaceMap_; } - //- Per face the region of its points + //- Per face (in local index) the region of its points const faceList& faceRegions() const { return faceRegions_;