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

Method makeSticky

source/EngineImpl/EngineWorker.cpp:266–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void EngineWorker::makeSticky(bool includeClusters)
267{
268 EngineWorkerGuard access(this);
269
270 _simulationCudaFacade->makeSticky(includeClusters);
271}
272
273void EngineWorker::removeStickiness(bool includeClusters)
274{

Callers 1

onMakeStickyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected