Changeset df43d9 in git for libpolys


Ignore:
Timestamp:
Jul 4, 2011, 12:59:31 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
e5d267f9d348da407e363f52fded181b04542680
Parents:
010f3bf0c665c71ec55b5bb0d7d518fd24e73ed0
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-04 12:59:31+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:10+01:00
Message:
fix tr. 346: p_PermPoly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r010f3b rdf43d9  
    34073407      && ((rField_is_Zp_a(dst)) || (rField_is_Q_a(dst))))
    34083408      {
    3409         poly tmp=aq;
    3410         while (tmp!=NULL)
    3411         {
    3412           number n=pGetCoeff(tmp);
    3413           n_Normalize(n,dst->cf);
    3414           pGetCoeff(tmp)=n;
    3415           pIter(tmp);
    3416         }
     3409        p_Normalize(aq,dst);
     3410        if (aq==NULL)
     3411          p_SetCoeff(qq,n_Init(0,dst->cf),dst);
    34173412      }
    34183413      p_Test(aq,dst);
Note: See TracChangeset for help on using the changeset viewer.