explicit constructor

This commit is contained in:
mattijs
2009-11-13 18:18:32 +00:00
parent 259a15d9f4
commit 6ae8581d03
5 changed files with 10 additions and 6 deletions

View File

@ -62,7 +62,7 @@ void writeProcStats
// Determine surface bounding boxes, faces, points
List<treeBoundBox> surfBb(Pstream::nProcs());
{
surfBb[Pstream::myProcNo()] = boundBox(s.points(), false);
surfBb[Pstream::myProcNo()] = treeBoundBox(s.points());
Pstream::gatherList(surfBb);
Pstream::scatterList(surfBb);
}