Skip to content

PixelDiodeMatrix: reduce the usage of shared pointers

Tadej Novak requested to merge tadej/athena:pixeldiode into master

PixelDiodeMatrix: reduce the usage of shared pointers to simplify the code and maybe slightly speed it up as there is some overhead in using shared pointers.

/cc @oda @nstyles

Merge request reports