| 504 | } |
| 505 | |
| 506 | DataTO EngineWorker::provideTO() |
| 507 | { |
| 508 | return _dataTOCache->getDataTO(_simulationCudaFacade->getArraySizes()); |
| 509 | } |
| 510 | |
| 511 | void EngineWorker::resetTimeIntervalStatistics() |
| 512 | { |
nothing calls this directly
no test coverage detected