-
- Downloads
[PL] Python BHE BC; Avoid implicity conversion.
Avoid implicit narrowing conversion from Eigen::IndexType to an int. warning C4244: 'initializing': conversion from 'const _Ty' to '_Objty', possible loss of data 807 with 808 [ 809 _Ty=MathLib::EigenVector::IndexType 810 ] 811 and 812 [ 813 _Objty=int 814 ]
Please register or sign in to comment