mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: polyMesh: avoid virtual mechanism
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user