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();
|
n += allTracks_[trackI].size();
|
||||||
}
|
}
|
||||||
|
|
||||||
Info<< " Tracks:" << allTracks_.size() nl
|
Info<< " Tracks:" << allTracks_.size() << nl
|
||||||
<< " Tottal samples:" << n
|
<< " Tottal samples:" << nl
|
||||||
<< endl;
|
<< endl;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user