Skip to content
Snippets Groups Projects
Forked from ogs / ogs
Source project has a limited visibility.
  • Dmitri Naumov's avatar
    f02e55ae
    [PL] Python BHE BC; Avoid implicity conversion. · f02e55ae
    Dmitri Naumov authored
    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         ]
    f02e55ae
    History
    [PL] Python BHE BC; Avoid implicity conversion.
    Dmitri Naumov authored
    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         ]
Code owners
Assign users and groups as approvers for specific file changes. Learn more.