46 Info<<
"polyMeshModifier::New(const word&, const dictionary&, "
47 <<
"const label, const polyTopoChanger&) : "
48 <<
"constructing polyMeshModifier"
54 dictionaryConstructorTable::iterator cstrIter =
55 dictionaryConstructorTablePtr_->find(patchType);
57 if (cstrIter == dictionaryConstructorTablePtr_->end())
61 "polyMeshModifier::New(const word&, const dictionary&, "
62 "const label, const polyMesh&)",
64 ) <<
"Unknown polyMeshModifier type " << patchType <<
endl <<
endl
65 <<
"Valid polyMeshModifier types are :" <<
endl
66 << dictionaryConstructorTablePtr_->sortedToc()