| 182 | } |
| 183 | |
| 184 | void Algorithm::set(const string& parameter, int value) |
| 185 | { |
| 186 | info()->set(this, parameter.c_str(), ParamType<int>::type, &value); |
| 187 | } |
| 188 | |
| 189 | void Algorithm::set(const string& parameter, double value) |
| 190 | { |
no test coverage detected