| 60 | |
| 61 | template<typename B, typename R> |
| 62 | module::Monitor_MI<B, R>* |
| 63 | Monitor_MI ::build() const |
| 64 | { |
| 65 | if (this->type == "STD") return new module::Monitor_MI<B, R>(this->N, this->n_trials); |
| 66 | |
| 67 | throw spu::tools::cannot_allocate(__FILE__, __LINE__, __func__); |
| 68 | } |
| 69 | |
| 70 | // ==================================================================================== explicit template instantiation |
| 71 | #include "Tools/types.h" |
nothing calls this directly
no outgoing calls
no test coverage detected