32 const word& calcTypeName
35 Info<<
"Selecting calcType " << calcTypeName <<
endl;
37 dictionaryConstructorTable::iterator cstrIter =
38 dictionaryConstructorTablePtr_->find(calcTypeName);
40 if (cstrIter == dictionaryConstructorTablePtr_->end())
44 if (calcTypeName ==
"-help")
47 <<
"Valid calcType selections are:" <<
nl
48 << dictionaryConstructorTablePtr_->sortedToc() <<
nl
54 <<
"Unknown calcType type " << calcTypeName <<
nl
55 <<
"Valid calcType selections are:" <<
nl
56 << dictionaryConstructorTablePtr_->sortedToc() <<
nl