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

Method setSimulationParameters

source/EngineImpl/SimulationFacadeImpl.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void _SimulationFacadeImpl::setSimulationParameters(SimulationParameters const& parameters, SimulationParametersUpdateConfig const& updateConfig)
261{
262 _worker.setSimulationParameters(parameters, updateConfig);
263}
264
265void _SimulationFacadeImpl::setOriginalSimulationParameters(SimulationParameters const& parameters)
266{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected