Updated UPstream::commsTypes to use the C++11 enum class

This commit is contained in:
Henry Weller
2017-03-10 19:54:55 +00:00
parent 2b8a55c9e6
commit 1e6c9a0a54
134 changed files with 1012 additions and 686 deletions

View File

@ -1099,7 +1099,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::meshRefinement::splitFaces
// {
// if (proci != Pstream::myProcNo())
// {
// OPstream str(Pstream::blocking, proci);
// OPstream str(Pstream::commsTypes::blocking, proci);
// str << regionConnectivity[proci];
// }
// }
@ -1108,7 +1108,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::meshRefinement::splitFaces
// {
// if (proci != Pstream::myProcNo())
// {
// IPstream str(Pstream::blocking, proci);
// IPstream str(Pstream::commsTypes::blocking, proci);
// str >> regionConnectivity[proci];
// }
// }