Skip to content

BinnedArray1D1D , ptr--> values

Basically trying to change

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

to

  std::vector<std::vector<SharedObject<T>>> m_array;

Merge request reports