BUG: purgeWrite: not working for overset. Fixes #2815
This commit is contained in:
parent
4a5f542cb4
commit
0411a75e24
@ -630,7 +630,7 @@ bool Foam::oversetFvMeshBase::writeObject
|
||||
) const
|
||||
{
|
||||
// For postprocessing : write cellTypes and zoneID
|
||||
bool ok = false;
|
||||
bool ok = true;
|
||||
{
|
||||
const cellCellStencilObject& overlap = Stencil::New(mesh_);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user