Changeset ae07a1 in git


Ignore:
Timestamp:
Feb 21, 2014, 6:11:47 PM (10 years ago)
Author:
Max Horn <max@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
42d0cbc2182023ac298b5fcbc4fefb38d67e2aac
Parents:
0a703ea5ab73bc9ef035d069331cde8c4de40906
Message:
Fix bug in nAEpInpMult

This was uncovered by a compiler warning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/OPAEp.cc

    r0a703ea rae07a1  
    299299{
    300300    p_poly* f=reinterpret_cast<p_poly*> (a);
    301     p_poly* g=reinterpret_cast<p_poly*> (g);
     301    p_poly* g=reinterpret_cast<p_poly*> (b);
    302302    f->p_poly_mult_n_to(*g);
    303303    a=(number) f;
Note: See TracChangeset for help on using the changeset viewer.