mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Correct Info message
This commit is contained in:
@ -258,7 +258,7 @@ void Foam::InjectionModel<CloudType>::postInjectCheck
|
|||||||
if (allParcelsAdded > 0)
|
if (allParcelsAdded > 0)
|
||||||
{
|
{
|
||||||
Info<< nl
|
Info<< nl
|
||||||
<< "--> Cloud: " << this->owner().name()
|
<< "Cloud: " << this->owner().name()
|
||||||
<< " injector: " << this->modelName() << nl
|
<< " injector: " << this->modelName() << nl
|
||||||
<< " Added " << allParcelsAdded << " new parcels" << nl << endl;
|
<< " Added " << allParcelsAdded << " new parcels" << nl << endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user