Skip to content
Snippets Groups Projects
Commit 46419a59 authored by mattijs's avatar mattijs
Browse files

construct from polyMesh

parent 4f85f763
No related branches found
No related tags found
No related merge requests found
......@@ -3176,7 +3176,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::polyTopoChange::makeMesh
(
autoPtr<fvMesh>& newMeshPtr,
const IOobject& io,
const fvMesh& mesh,
const polyMesh& mesh,
const bool syncParallel,
const bool orderCells,
const bool orderPoints
......
......@@ -585,7 +585,7 @@ public:
(
autoPtr<fvMesh>& newMesh,
const IOobject& io,
const fvMesh& mesh,
const polyMesh& mesh,
const bool syncParallel = true,
const bool orderCells = false,
const bool orderPoints = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment