Skip to content
Snippets Groups Projects
Commit 79887497 authored by andy's avatar andy
Browse files

ENH: Surface film - improved output message

parent aa537c32
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ autoPtr<filmTurbulenceModel> filmTurbulenceModel::New ...@@ -44,7 +44,7 @@ autoPtr<filmTurbulenceModel> filmTurbulenceModel::New
{ {
const word modelType(dict.lookup("turbulence")); const word modelType(dict.lookup("turbulence"));
Info<< " " << modelType << endl; Info<< " Selecting filmTurbulenceModel " << modelType << endl;
dictionaryConstructorTable::iterator cstrIter = dictionaryConstructorTable::iterator cstrIter =
dictionaryConstructorTablePtr_->find(modelType); dictionaryConstructorTablePtr_->find(modelType);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment