diff --git a/src/functionObjects/field/streamLine/streamLine.C b/src/functionObjects/field/streamLine/streamLine.C index e40df1b8bd..54a988a8c2 100644 --- a/src/functionObjects/field/streamLine/streamLine.C +++ b/src/functionObjects/field/streamLine/streamLine.C @@ -502,6 +502,20 @@ bool Foam::functionObjects::streamLine::write() flipOp() ); + // Distribute the ages + mapDistributeBase::distribute + ( + Pstream::commsTypes::scheduled, + distMap.schedule(), + distMap.constructSize(), + distMap.subMap(), + false, + distMap.constructMap(), + false, + allAges_, + flipOp() + ); + // Distribute the scalars forAll(allScalars_, scalari) {