You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we have to worry about the implicit type conversion from long int to unsigned int in this function?
lrand48 returns long ints, the aux_* variables are initialized as int, but later they are put into uint4 structs. Is this intended or just a small oversight?
Do we have to worry about the implicit type conversion from long int to unsigned int in this function?
lrand48 returns long ints, the aux_* variables are initialized as int, but later they are put into uint4 structs. Is this intended or just a small oversight?
SIMULATeQCD/src/base/math/grnd.cpp
Lines 90 to 102 in c5914ed
The text was updated successfully, but these errors were encountered: