| 492 | } |
| 493 | |
| 494 | void EngineWorker::testOnly_mutate(uint64_t cellId, MutationType mutationType) |
| 495 | { |
| 496 | EngineWorkerGuard access(this); |
| 497 | _simulationCudaFacade->testOnly_mutate(cellId, mutationType); |
| 498 | } |
| 499 | |
| 500 | void EngineWorker::testOnly_mutationCheck(uint64_t cellId) |
| 501 | { |