ENH: Surface film - improved output message

This commit is contained in:
andy
2013-10-11 11:17:23 +01:00
parent aa537c3234
commit 7988749745

View File

@ -44,7 +44,7 @@ autoPtr<filmTurbulenceModel> filmTurbulenceModel::New
{
const word modelType(dict.lookup("turbulence"));
Info<< " " << modelType << endl;
Info<< " Selecting filmTurbulenceModel " << modelType << endl;
dictionaryConstructorTable::iterator cstrIter =
dictionaryConstructorTablePtr_->find(modelType);