mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects/field/streamLine: Fixed errors in message output
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user