construct from polyMesh

This commit is contained in:
mattijs
2009-08-20 12:34:07 +01:00
parent 4f85f76309
commit 46419a5917
2 changed files with 2 additions and 2 deletions

View File

@ -3176,7 +3176,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::polyTopoChange::makeMesh
( (
autoPtr<fvMesh>& newMeshPtr, autoPtr<fvMesh>& newMeshPtr,
const IOobject& io, const IOobject& io,
const fvMesh& mesh, const polyMesh& mesh,
const bool syncParallel, const bool syncParallel,
const bool orderCells, const bool orderCells,
const bool orderPoints const bool orderPoints

View File

@ -585,7 +585,7 @@ public:
( (
autoPtr<fvMesh>& newMesh, autoPtr<fvMesh>& newMesh,
const IOobject& io, const IOobject& io,
const fvMesh& mesh, const polyMesh& mesh,
const bool syncParallel = true, const bool syncParallel = true,
const bool orderCells = false, const bool orderCells = false,
const bool orderPoints = false const bool orderPoints = false