use new bounding box

This commit is contained in:
mattijs
2008-10-23 20:53:45 +01:00
parent 651a64d609
commit 536269a267

View File

@ -1904,8 +1904,8 @@ void Foam::distributedTriSurfaceMesh::distribute
}
else
{
dict_.set("bounds", procBb_[Pstream::myProcNo()]);
procBb_.transfer(newProcBb);
dict_.set("bounds", procBb_[Pstream::myProcNo()]);
}
}