Skip to content

[ Code analyzer output ] f=f (was ACTS-454)

Original author Andreas Salzburger @asalzbur

I get a warning from the static code analyzer for the ATLAS_SeedMaker, f is assigned to itself (l.470)

int f = int(F * m_sF); f<0 ? f = m_fNmax : f> m_fNmax ? f = 0 : f = f;

Edited by Moritz Kiehn
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information