45 Info<<
"faceZone::New(const word&, const dictionary&, const label, "
46 "const faceZoneMesh&) : constructing faceZone " << name
52 dictionaryConstructorTable::iterator cstrIter =
53 dictionaryConstructorTablePtr_->find(zoneType);
55 if (cstrIter == dictionaryConstructorTablePtr_->end())
59 "faceZone::New(const word&, const dictionary&, "
60 "const label, const faceZoneMesh&)",
62 ) <<
"Unknown faceZone type " << zoneType <<
endl <<
endl
63 <<
"Valid faceZone types are :" <<
endl
64 << dictionaryConstructorTablePtr_->sortedToc()