STYLE: use PstreamBuffers default construct

- PstreamBuffers are nonBlocking by default, so no need to re-specify
This commit is contained in:
Mark Olesen
2024-04-26 10:17:43 +02:00
parent 7f355ba343
commit 7b38b148fa
34 changed files with 48 additions and 68 deletions

View File

@ -215,7 +215,7 @@ bool Foam::functionObjects::energySpectrum::write()
if (Pstream::parRun())
{
PstreamBuffers pBufs(Pstream::commsTypes::nonBlocking);
PstreamBuffers pBufs;
{
UOPstream toMaster(Pstream::masterNo(), pBufs);