BUG: missed removal of pointMesh/boundaryProcAddressing (fixes #3412)

This commit is contained in:
Mark Olesen
2025-08-14 10:46:35 +02:00
parent e73c13466b
commit b050cd9480

View File

@ -306,8 +306,8 @@ void Foam::processorMeshes::removeFiles(const polyMesh& mesh)
// pointMesh/boundary
fileHandler().rm(fileHandler().filePath(pointIO.objectPath()));
// boundaryProcAddressing
io.rename("boundaryProcAddressing");
// pointMesh/boundaryProcAddressing
pointIO.rename("boundaryProcAddressing");
fileHandler().rm(fileHandler().filePath(pointIO.objectPath()));
}