merge from master

This commit is contained in:
mattijs
2008-10-21 15:04:18 +01:00
parent 4c5ebb4cb1
commit 3efb4ebe20
44 changed files with 589 additions and 225 deletions

View File

@ -155,4 +155,10 @@ void Foam::polyMesh::initMesh(cellList& c)
}
void Foam::polyMesh::initMesh(const xfer<cellList>& clst)
{
initMesh(clst());
}
// ************************************************************************* //