| 181 | } |
| 182 | |
| 183 | void _SimulationFacadeImpl::calcTimesteps(uint64_t timesteps) |
| 184 | { |
| 185 | _worker.calcTimesteps(timesteps); |
| 186 | _selectionNeedsUpdate = true; |
| 187 | } |
| 188 | |
| 189 | void _SimulationFacadeImpl::runSimulation() |
| 190 | { |
nothing calls this directly
no outgoing calls
no test coverage detected