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