Skip to content

BinnedUtils : Avoid ptr / dynamic allocations in BinnedArray1D, use value when possibe

i.e :

  • std::vector<SharedObject<T>>* m_array; - > std::vector<SharedObject<T>> m_array;
Edited by Christos Anastopoulos

Merge request reports