Skip to content
Snippets Groups Projects
Commit a41e845f authored by Andrew Heather's avatar Andrew Heather
Browse files

changed info message

parent ad67ebcf
Branches
Tags
No related merge requests found
......@@ -229,7 +229,7 @@ void Foam::KinematicCloud<ParcelType>::evolve()
template<class ParcelType>
void Foam::KinematicCloud<ParcelType>::info() const
{
Info<< "Cloud name: " << this->name() << nl
Info<< "Cloud: " << this->name() << nl
<< " Parcels added during this run = "
<< returnReduce(this->injection().parcelsAddedTotal(), sumOp<label>())
<< nl
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment