changed info message

This commit is contained in:
andy 2009-05-15 13:12:18 +01:00
parent ad67ebcf57
commit a41e845f97

View File

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