Skip to content
Commit 006cf4c2 authored by Marcin Chrzaszcz's avatar Marcin Chrzaszcz
Browse files

Added K*mumu isolations

parent 155df7a6
Loading
Loading
Loading
Loading
  • Dear @mchrzasz , as @ckhurewa pointed out (thanks a lot!) your tool seems to miss a very important part. Something like: m_map.insert( std::make_pair( *ikey, value) ); Without this, the variables that you calculate are not stored anywhere, I'm afraid. There are warnings related to this in the last nightlies' output.

    I think this needs to be investigated and fixed as soon as possible.

    Cheers

  • Or even shorter, m_map.insert({*ikey, value}) using c++11 brace initializer ;)

  • Developer

    Hey,

    Thanks for pointing this out. Indeed I was looking and the other line and I missed that line exactly. I have added this and the merge request is: !68 (closed)

    Thanks, Marcin

  • Marcin Jakub Chrzaszcz @mchrzasz

    Mentioned in merge request !92 (merged)

    ·

    Mentioned in merge request !92 (merged)

    Toggle commit list
  • Ricardo Vazquez Gomez @rvazquez

    Mentioned in commit 45e7de7f

    ·

    Mentioned in commit 45e7de7f

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment