mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: use single-parameter fvMeshDistribute
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user