Correct Info message

This commit is contained in:
Henry
2015-02-14 17:09:07 +00:00
parent cdbaafb962
commit 18bd8028aa

View File

@ -258,7 +258,7 @@ void Foam::InjectionModel<CloudType>::postInjectCheck
if (allParcelsAdded > 0)
{
Info<< nl
<< "--> Cloud: " << this->owner().name()
<< "Cloud: " << this->owner().name()
<< " injector: " << this->modelName() << nl
<< " Added " << allParcelsAdded << " new parcels" << nl << endl;
}