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