mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: missed removal of pointMesh/boundaryProcAddressing (fixes #3412)
This commit is contained in:
@ -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()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user