| 171 | } |
| 172 | |
| 173 | void _SimulationFacadeImpl::changeCell(CellDescription const& changedCell) |
| 174 | { |
| 175 | _worker.changeCell(changedCell); |
| 176 | } |
| 177 | |
| 178 | void _SimulationFacadeImpl::changeParticle(ParticleDescription const& changedParticle) |
| 179 | { |
nothing calls this directly
no outgoing calls
no test coverage detected