polyMesh: Corrected removal of addressing fields with collated file handler
Resolves bug report https://bugs.openfoam.org/view.php?id=4176
This commit is contained in:
@ -476,7 +476,7 @@ bool Foam::polyMesh::writeObject
|
||||
*this
|
||||
);
|
||||
|
||||
rm(faceProcAddressingIO.objectPath(false));
|
||||
fileHandler().rm(faceProcAddressingIO.filePath(word::null, false));
|
||||
};
|
||||
|
||||
if (!Pstream::parRun())
|
||||
|
||||
Reference in New Issue
Block a user