Skip to content

BinnedArray1D1D1D ptr to value

The main things is

 - std::vector<std::vector<std::vector<SharedObject<T>>*>*>* m_array; 
 + std::vector<std::vector<std::vector<SharedObject<T>>>> m_array; 

Merge request reports