| 367 | } |
| 368 | |
| 369 | void EngineWorker::setSimulationParameters(SimulationParameters const& parameters, SimulationParametersUpdateConfig const& updateConfig) |
| 370 | { |
| 371 | _simulationCudaFacade->setSimulationParameters(parameters, updateConfig); |
| 372 | } |
| 373 | |
| 374 | void EngineWorker::setGpuSettings_async(GpuSettings const& gpuSettings) |
| 375 | { |
no outgoing calls