| 16 | #ifdef NO_SUPPORT_DRIVEN_METHODS |
| 17 | |
| 18 | binomial::binomial(const short& number_of_variables) |
| 19 | :_number_of_variables(number_of_variables) |
| 20 | { |
| 21 | exponent_vector=new Integer[_number_of_variables]; |
| 22 | } |
| 23 | |
| 24 | |
| 25 |
nothing calls this directly
no test coverage detected