mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: mapDistribute : cleanup
This commit is contained in:
@ -426,7 +426,8 @@ void Foam::streamLine::write()
|
||||
);
|
||||
|
||||
|
||||
// Distribute the track positions
|
||||
// Distribute the track positions. Note: use scheduled comms
|
||||
// to prevent buffering.
|
||||
mapDistribute::distribute
|
||||
(
|
||||
Pstream::scheduled,
|
||||
|
||||
Reference in New Issue
Block a user