Skip to content
Snippets Groups Projects
Commit f02cc06c authored by mattijs's avatar mattijs
Browse files

BUG: conformalVoronoiMesh: wrong sync

parent ca8b37a4
Branches
Tags
No related merge requests found
......@@ -962,7 +962,7 @@ void Foam::conformalVoronoiMesh::writeMesh
(
mesh,
boundaryFacesToRemove,
orOp<bool>()
orEqOp<unsigned int>()
);
labelList addr(boundaryFacesToRemove.count());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment