Ignore:
Timestamp:
Apr 21, 2011, 1:34:10 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
59a62bd935a023662ba918abaefcc861c4adbe81
Parents:
0b7bf7ebce7bb8127ebbb274e87efef8dce670c7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-21 13:34:10+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:24+01:00
Message:
FIX: moved P/minpoly/parameters from ring to coeff
File:
1 edited

Legend:

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

    r0b7bf7 r01c1d0  
    18571857    }
    18581858    else if ((rField_is_Extension(r))
    1859     && ((rPar(r)>1)||(r->minpoly==NULL)))
     1859    && ((rPar(r)>1)||(r->cf->minpoly==NULL)))
    18601860    {
    18611861      h=p_InitContent_a(ph,r);
     
    32403240      qq = p_Init(dst);
    32413241      number n=nMap(pGetCoeff(p),oldRing->cf,dst->cf);
    3242       if ((dst->minpoly!=NULL)
     3242      if ((dst->cf->minpoly!=NULL)
    32433243      && ((rField_is_Zp_a(dst)) || (rField_is_Q_a(dst))))
    32443244      {
     
    32543254      #if 0
    32553255      aq=naPermNumber(pGetCoeff(p),par_perm,OldPar, oldRing);
    3256       if ((dst->minpoly!=NULL)
     3256      if ((dst->cf->minpoly!=NULL)
    32573257      && ((rField_is_Zp_a(dst)) || (rField_is_Q_a(dst))))
    32583258      {
     
    33293329      }
    33303330      if (mapped_to_par
    3331       && (dst->minpoly!=NULL))
     3331      && (dst->cf->minpoly!=NULL))
    33323332      {
    33333333        number n=pGetCoeff(qq);
Note: See TracChangeset for help on using the changeset viewer.