Changeset 8e18cc in git for libpolys/polys/polys0.cc


Ignore:
Timestamp:
Jun 29, 2015, 3:37:09 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
2a4231766997cb703074cd965636c35b364d526d
Parents:
8968f107bcce7138b2090ae3d63f0b6b87446a53
Message:
writemon/p_Write0/p_String opt. (p. 2): n_Normalize for Q_transExt
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/polys0.cc

    r8968f10 r8e18cc  
    142142  }
    143143  p_Normalize(p,lmRing);
    144   p_Normalize(p,lmRing); /* Manual/absfact.tst */
     144  if ((n_GetChar(lmRing->cf) == 0)
     145  && (nCoeff_is_transExt(lmRing->cf)))
     146    p_Normalize(p,lmRing); /* Manual/absfact.tst */
    145147  if ((p_GetComp(p, lmRing) == 0) || (!lmRing->VectorOut))
    146148  {
Note: See TracChangeset for help on using the changeset viewer.