Pstream::commsTypes fix script change error
This commit is contained in:
parent
109b8456d8
commit
83d768ad9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue