MCPcopy Create free account
hub / github.com/chrxh/alien / changeCell

Method changeCell

source/EngineImpl/SimulationFacadeImpl.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void _SimulationFacadeImpl::changeCell(CellDescription const& changedCell)
174{
175 _worker.changeCell(changedCell);
176}
177
178void _SimulationFacadeImpl::changeParticle(ParticleDescription const& changedParticle)
179{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected