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