functionObjects/field/streamLine: Fixed errors in message output

This commit is contained in:
Henry 2014-01-14 12:41:43 +00:00
parent b3f78c4485
commit 74449da762

View File

@ -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;