ENH: polyMesh: avoid virtual mechanism
This commit is contained in:
parent
ca2ed6e1b1
commit
ad188431c4
1 changed files with 3 additions and 1 deletions
|
|
@ -1179,7 +1179,9 @@ Foam::tmp<Foam::scalarField> Foam::polyMesh::movePoints
|
|||
|
||||
if (debug && moveError)
|
||||
{
|
||||
write();
|
||||
// Write mesh to ease debugging. Note we want to avoid calling
|
||||
// e.g. fvMesh::write since meshPhi not yet complete.
|
||||
polyMesh::write();
|
||||
}
|
||||
|
||||
return sweptVols;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue