Changeset 01c1d0 in git for libpolys/polys/OBSOLETE_pInitContent.cc
- Timestamp:
- Apr 21, 2011, 1:34:10 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/OBSOLETE_pInitContent.cc
r0b7bf7 r01c1d0 43 43 } 44 44 else if ((rField_is_Extension(r)) 45 && ((rPar(r)>1)||(r-> minpoly==NULL)))45 && ((rPar(r)>1)||(r->cf->minpoly==NULL))) 46 46 { 47 47 h=pInitContent_a(ph); … … 751 751 qq = pInit(); 752 752 number n=nMap(pGetCoeff(p)); 753 if ((currRing-> minpoly!=NULL)753 if ((currRing->cf->minpoly!=NULL) 754 754 && ((rField_is_Zp_a()) || (rField_is_Q_a()))) 755 755 { … … 763 763 qq=pOne(); 764 764 aq=napPermNumber(pGetCoeff(p),par_perm,OldPar, oldRing); 765 if ((aq!=NULL) && (currRing-> minpoly!=NULL)765 if ((aq!=NULL) && (currRing->cf->minpoly!=NULL) 766 766 && ((rField_is_Zp_a()) || (rField_is_Q_a()))) 767 767 { … … 829 829 } 830 830 if (mapped_to_par 831 && (currRing-> minpoly!=NULL))831 && (currRing->cf->minpoly!=NULL)) 832 832 { 833 833 number n=pGetCoeff(qq);
Note: See TracChangeset
for help on using the changeset viewer.