Changeset 0b4a87 in git


Ignore:
Timestamp:
Oct 7, 2013, 4:04:35 PM (9 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
c4e9ea8a83ab55caa719ebe8d12351432788d7c6
Parents:
4609b7c4e0b8530cc8ff652aa62c48a33b9d8e42
git-author:
Martin Lee <martinlee84@web.de>2013-10-07 16:04:35+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-10-07 18:15:10+02:00
Message:
chg: make monic if not over transcendental extension
File:
1 edited

Legend:

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

    r4609b7 r0b4a87  
    28892889  assume(pNext(p)!=NULL);
    28902890
    2891   if(!rField_is_Q(r) && rField_has_simple_inverse(r)) //make monic over Zp !
     2891  if(!rField_is_Q(r) && !nCoeff_is_transExt(C))
    28922892  {
    28932893    h = p_GetCoeff(p, C);
Note: See TracChangeset for help on using the changeset viewer.