Changeset f681a60 in git for libpolys/polys/ext_fields


Ignore:
Timestamp:
Oct 11, 2011, 7:23:42 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
5f4015a4722191e67435fb8503aa693c23375458
Parents:
bb6adffbaad34a6efe9e5f29f7ec560311c816c1
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-10-11 19:23:42+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:58+01:00
Message:
FIX: another Frank's bug: "A=p_Mult_q(A,A,...)" - never works!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/algext.cc

    rbb6adf rf681a60  
    388388      if (expAbs != 0)
    389389      {
    390         factor = p_Mult_q(factor, factor, naRing);
     390        factor = p_Mult_q(factor, p_Copy(factor, naRing), naRing);
    391391        heuristicReduce(factor, naMinpoly, cf);
    392392      }
Note: See TracChangeset for help on using the changeset viewer.