48 Info<<
"Selecting dragModel "
49 << dragModelType <<
endl;
51 dictionaryConstructorTable::iterator cstrIter =
52 dictionaryConstructorTablePtr_->find(dragModelType);
54 if (cstrIter == dictionaryConstructorTablePtr_->end())
57 <<
"dragModel::New(const dictionary&) : " << endl
58 <<
" unknown dragModelType type "
60 <<
", constructor not in hash table" <<
nl << endl
61 <<
" Valid dragModel types are :" <<
nl
62 << dictionaryConstructorTablePtr_->sortedToc()