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

Method runSimulation

source/EngineImpl/SimulationFacadeImpl.cpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void _SimulationFacadeImpl::runSimulation()
190{
191 _simRunTimePoint = std::chrono::system_clock::now();
192 _worker.runSimulation();
193}
194
195void _SimulationFacadeImpl::pauseSimulation()
196{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected