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

Correct Info message

parent cdbaafb9
Branches
Tags
No related merge requests found
...@@ -258,7 +258,7 @@ void Foam::InjectionModel<CloudType>::postInjectCheck ...@@ -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;
} }
......
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