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

Method addAndSelectSimulationData

source/EngineImpl/SimulationFacadeImpl.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void _SimulationFacadeImpl::addAndSelectSimulationData(DataDescription const& dataToAdd)
111{
112 _worker.addAndSelectSimulationData(dataToAdd);
113}
114
115void _SimulationFacadeImpl::setClusteredSimulationData(ClusteredDataDescription const& dataToUpdate)
116{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected