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

Method calcTimesteps

source/EngineImpl/SimulationFacadeImpl.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void _SimulationFacadeImpl::calcTimesteps(uint64_t timesteps)
184{
185 _worker.calcTimesteps(timesteps);
186 _selectionNeedsUpdate = true;
187}
188
189void _SimulationFacadeImpl::runSimulation()
190{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected