Skip to content
GitLab
Explore
Sign in
Use std::array rather than std::vector since we know the sizes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Christos Anastopoulos
requested to merge
ATLAS-EGamma/athena:EMExtrapolation_std_vector_to_std__array
into
master
Dec 17, 2019
Overview
8
Commits
2
Pipelines
2
Changes
6
Expand
Replace
std::vector
where we know exactly the size we want with
std::array
Merge request reports
Loading