Changeset 33981c in git


Ignore:
Timestamp:
Nov 6, 2018, 4:53:57 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e0e56d57c1efd5e5172d92e625ce40dc49b325e8
Parents:
52dbd6d3b8668155fa2e72ee4cff8069094b9c4f
Message:
opt: convSingAPFactoryAP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapconv.cc

    r52dbd6 r33981c  
    128128    {
    129129      if ( (e = p_GetExp( p, i, r )) != 0 )
    130         term *= power( Variable( i + off), e );
     130        term *= CanonicalForm( Variable( i + off), e );
    131131    }
    132132    result += term;
Note: See TracChangeset for help on using the changeset viewer.