functionObjects/field/streamLine: Fixed errors in message output
This commit is contained in:
parent
b3f78c4485
commit
74449da762
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user