mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: purgeWrite: not working for overset. Fixes #2815
This commit is contained in:
@ -630,7 +630,7 @@ bool Foam::oversetFvMeshBase::writeObject
|
|||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
// For postprocessing : write cellTypes and zoneID
|
// For postprocessing : write cellTypes and zoneID
|
||||||
bool ok = false;
|
bool ok = true;
|
||||||
{
|
{
|
||||||
const cellCellStencilObject& overlap = Stencil::New(mesh_);
|
const cellCellStencilObject& overlap = Stencil::New(mesh_);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user