mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
use new bounding box
This commit is contained in:
@ -1904,8 +1904,8 @@ void Foam::distributedTriSurfaceMesh::distribute
|
||||
}
|
||||
else
|
||||
{
|
||||
dict_.set("bounds", procBb_[Pstream::myProcNo()]);
|
||||
procBb_.transfer(newProcBb);
|
||||
dict_.set("bounds", procBb_[Pstream::myProcNo()]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user