Changeset c399e3 in git


Ignore:
Timestamp:
Apr 27, 2018, 6:32:10 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
35a2fb48e744c3334747118a4c8ac8457f0ba3ec
Parents:
06aa7d254d4ec126902d8d9d6841203afb88246c
Message:
minor opt.: nc/summator.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/summator.cc

    r06aa7d2 rc399e3  
    190190      m_temp.m_poly = p_Copy( b.m_temp.m_poly, m_basering);
    191191    else
     192    {
     193      sBucketCanonicalize(b.m_temp.m_bucket);
    192194      m_temp.m_bucket = sBucketCopy(b.m_temp.m_bucket);
     195    }
    193196//  }
    194197//  catch(...)
Note: See TracChangeset for help on using the changeset viewer.