Ignore:
Timestamp:
Apr 21, 2011, 1:34:10 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
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/OBSOLETE_pInitContent.cc

    r0b7bf7 r01c1d0  
    4343    }
    4444    else if ((rField_is_Extension(r))
    45     && ((rPar(r)>1)||(r->minpoly==NULL)))
     45    && ((rPar(r)>1)||(r->cf->minpoly==NULL)))
    4646    {
    4747      h=pInitContent_a(ph);
     
    751751      qq = pInit();
    752752      number n=nMap(pGetCoeff(p));
    753       if ((currRing->minpoly!=NULL)
     753      if ((currRing->cf->minpoly!=NULL)
    754754      && ((rField_is_Zp_a()) || (rField_is_Q_a())))
    755755      {
     
    763763      qq=pOne();
    764764      aq=napPermNumber(pGetCoeff(p),par_perm,OldPar, oldRing);
    765       if ((aq!=NULL) && (currRing->minpoly!=NULL)
     765      if ((aq!=NULL) && (currRing->cf->minpoly!=NULL)
    766766      && ((rField_is_Zp_a()) || (rField_is_Q_a())))
    767767      {
     
    829829      }
    830830      if (mapped_to_par
    831       && (currRing->minpoly!=NULL))
     831      && (currRing->cf->minpoly!=NULL))
    832832      {
    833833        number n=pGetCoeff(qq);
Note: See TracChangeset for help on using the changeset viewer.