| 176 | } |
| 177 | |
| 178 | void _SimulationFacadeImpl::changeParticle(ParticleDescription const& changedParticle) |
| 179 | { |
| 180 | _worker.changeParticle(changedParticle); |
| 181 | } |
| 182 | |
| 183 | void _SimulationFacadeImpl::calcTimesteps(uint64_t timesteps) |
| 184 | { |
nothing calls this directly
no outgoing calls
no test coverage detected