42 typename dictionaryConstructorTable::iterator cstrIter =
43 dictionaryConstructorTablePtr_
46 if (cstrIter == dictionaryConstructorTablePtr_->end())
50 "tableReader::New(const dictionary&)"
51 ) <<
"Unknown reader type " << readerType
53 <<
"Valid reader types : " <<
nl
54 << dictionaryConstructorTablePtr_->sortedToc()
81 if (this->
type() !=
"openFoam")
84 << this->
type() << token::END_STATEMENT <<
nl;