STYLE: Updated info message

This commit is contained in:
andy
2012-05-31 18:19:22 +01:00
parent 9f07c4e263
commit e1ebafee22

View File

@ -738,8 +738,8 @@ template<class CloudType>
void Foam::InjectionModel<CloudType>::info(Ostream& os)
{
os << " " << this->modelName() << ":" << nl
<< " number of parcels added = " << parcelsAddedTotal_ << nl
<< " mass introduced = " << massInjected_ << nl;
<< " number of parcels added = " << parcelsAddedTotal_ << nl
<< " mass introduced = " << massInjected_ << nl;
if (this->outputTime())
{