BUG: purgeWrite: not working for overset. Fixes #2815

This commit is contained in:
mattijs 2023-06-22 12:27:45 +01:00
parent 4a5f542cb4
commit 0411a75e24

View File

@ -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_);