mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
merge from master
This commit is contained in:
@ -155,4 +155,10 @@ void Foam::polyMesh::initMesh(cellList& c)
|
||||
}
|
||||
|
||||
|
||||
void Foam::polyMesh::initMesh(const xfer<cellList>& clst)
|
||||
{
|
||||
initMesh(clst());
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user