| 8 | TMT_INSTANTIATE_DOC(DocumentDMR); |
| 9 | |
| 10 | std::unique_ptr<IDMRModel> IDMRModel::create(TermWeight _weight, const DMRArgs& args, bool scalarRng) |
| 11 | { |
| 12 | TMT_SWITCH_TW(_weight, scalarRng, DMRModel, args); |
| 13 | } |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected