diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLine.C b/src/postProcessing/functionObjects/field/streamLine/streamLine.C index b8a34c87f2..ba8b0e6ac2 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLine.C +++ b/src/postProcessing/functionObjects/field/streamLine/streamLine.C @@ -625,8 +625,8 @@ void Foam::streamLine::write() n += allTracks_[trackI].size(); } - Info<< " Tracks:" << allTracks_.size() nl - << " Tottal samples:" << n + Info<< " Tracks:" << allTracks_.size() << nl + << " Tottal samples:" << nl << endl;