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

Method endShutdown

source/EngineImpl/EngineWorker.cpp:329–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329void EngineWorker::endShutdown()
330{
331 _isSimulationRunning = false;
332 _isShutdown = false;
333 _simulationCudaFacade.reset();
334}
335
336int EngineWorker::getTpsRestriction() const
337{

Callers 1

closeSimulationMethod · 0.80

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected