51 dictionaryConstructorTable::iterator cstrIter =
52 dictionaryConstructorTablePtr_->find(filterType);
54 if (cstrIter == dictionaryConstructorTablePtr_->end())
58 "LESfilter::New(const fvMesh&, const dictionary&)"
59 ) <<
"Unknown LESfilter type " << filterType <<
endl <<
endl
60 <<
"Valid LESfilter types are :" <<
endl
61 << dictionaryConstructorTablePtr_->sortedToc()