Pstream::commsTypes fix script change error

This commit is contained in:
Hrvoje Jasak 2019-04-25 13:52:15 +01:00
parent 109b8456d8
commit 83d768ad9a

View file

@ -68,7 +68,7 @@ void exchangeMap
( (
const std::map<label, ListType>&, const std::map<label, ListType>&,
LongList<T>&, LongList<T>&,
const Pstream commsType = Pstream::blocking const Pstream::commsTypes commsType = Pstream::blocking
); );
//- sends the data stored in a map to other processors and receives the data //- sends the data stored in a map to other processors and receives the data