COMP: use single-parameter fvMeshDistribute

This commit is contained in:
Mark Olesen
2021-03-08 15:34:39 +01:00
parent aa942aadd4
commit 496792f328
3 changed files with 12 additions and 12 deletions

View File

@ -70,7 +70,7 @@ class mapDistributePolyMesh;
class fvMeshDistribute
{
// Private data
// Private Data
//- Underlying fvMesh
fvMesh& mesh_;
@ -360,7 +360,7 @@ public:
// Constructors
//- Construct from mesh
fvMeshDistribute(fvMesh& mesh);
explicit fvMeshDistribute(fvMesh& mesh);
// Member Functions