Magnetic field Elements use std::array,ATH_RESTRICT
Magnetic field Elements
- use
std::array
when can make syntax easier, - use
ATH_RESTRICT
where seems OK to do so - use
const
a bit more where possible
Magnetic field Elements
std::array
when can make syntax easier,ATH_RESTRICT
where seems OK to do soconst
a bit more where possible