cosmetics - output message

This commit is contained in:
andy
2009-07-10 13:32:37 +01:00
parent 5f769c4d7c
commit 44e5bf5fac

View File

@ -249,10 +249,10 @@ template<class ParcelType>
void Foam::KinematicCloud<ParcelType>::info() const void Foam::KinematicCloud<ParcelType>::info() const
{ {
Info<< "Cloud: " << this->name() << nl Info<< "Cloud: " << this->name() << nl
<< " Parcels added during this run = " << " Total number of parcels added = "
<< returnReduce(this->injection().parcelsAddedTotal(), sumOp<label>()) << returnReduce(this->injection().parcelsAddedTotal(), sumOp<label>())
<< nl << nl
<< " Mass introduced during this run = " << " Total mass introduced = "
<< returnReduce(this->injection().massInjected(), sumOp<scalar>()) << returnReduce(this->injection().massInjected(), sumOp<scalar>())
<< nl << nl
<< " Current number of parcels = " << " Current number of parcels = "