Skip to content

Avoid frequent creation of vector copy on stack - fixes half of memory churn

John Apostolakis requested to merge japost/fix-vector-ref into master

Use reference to const vector in ComputeMacroscopicXSection instead of creating copy of (const) vector.

Reduces memory allocation substantially.

Merge request reports