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

Method getCurrentTimestep

source/EngineImpl/SimulationFacadeImpl.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223uint64_t _SimulationFacadeImpl::getCurrentTimestep() const
224{
225 return _worker.getCurrentTimestep();
226}
227
228void _SimulationFacadeImpl::setCurrentTimestep(uint64_t value)
229{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected