| 221 | } |
| 222 | |
| 223 | uint64_t _SimulationFacadeImpl::getCurrentTimestep() const |
| 224 | { |
| 225 | return _worker.getCurrentTimestep(); |
| 226 | } |
| 227 | |
| 228 | void _SimulationFacadeImpl::setCurrentTimestep(uint64_t value) |
| 229 | { |
nothing calls this directly
no outgoing calls
no test coverage detected