Skip to content
Snippets Groups Projects
Commit e44376d3 authored by Henry's avatar Henry
Browse files

Correct Info message

parent f9a8cb7c
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment