30 template<
class CloudType>
39 Info<<
"Selecting DragModel " << DragModelType <<
endl;
41 typename dictionaryConstructorTable::iterator cstrIter =
42 dictionaryConstructorTablePtr_->find(DragModelType);
44 if (cstrIter == dictionaryConstructorTablePtr_->end())
48 "DragModel<CloudType>::New"
53 ) <<
"Unknown DragModelType type "
55 <<
", constructor not in hash table" <<
nl <<
nl
56 <<
" Valid DragModel types are:" <<
nl
57 << dictionaryConstructorTablePtr_->sortedToc()