| 248 | } |
| 249 | |
| 250 | SimulationParameters _SimulationFacadeImpl::getSimulationParameters() const |
| 251 | { |
| 252 | return _worker.getSimulationParameters(); |
| 253 | } |
| 254 | |
| 255 | SimulationParameters const& _SimulationFacadeImpl::getOriginalSimulationParameters() const |
| 256 | { |
nothing calls this directly
no outgoing calls
no test coverage detected