| 23 | using namespace std; |
| 24 | |
| 25 | InitialPatternGenerator::InitialPatternGenerator() |
| 26 | : zero_first(true) |
| 27 | { |
| 28 | } |
| 29 | |
| 30 | // --------------------------------------------------------------------- |
| 31 |
nothing calls this directly
no outgoing calls
no test coverage detected