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

Method changeParticle

source/EngineImpl/SimulationFacadeImpl.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void _SimulationFacadeImpl::changeParticle(ParticleDescription const& changedParticle)
179{
180 _worker.changeParticle(changedParticle);
181}
182
183void _SimulationFacadeImpl::calcTimesteps(uint64_t timesteps)
184{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected