Changeset 14a0ca in git for libpolys/polys/ext_fields


Ignore:
Timestamp:
Aug 23, 2013, 12:08:32 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
737bbc28cadf54fd1dd228d3450a0b5231b137eb
Parents:
0635d513a4904575a4a7bacb750e17cd54a02089
git-author:
Martin Lee <martinlee84@web.de>2013-08-23 12:08:32+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-08-23 13:38:30+02:00
Message:
chg: commmented out changes from 5a4e17def42b99 to transext.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/transext.cc

    r0635d51 r14a0ca  
    11561156
    11571157  if (IS0(a)) return;
     1158  if (NUM(f)!=NULL) p_Normalize(NUM(f), ntRing);
     1159  if (DEN(f)!=NULL) p_Normalize(DEN(f), ntRing);
    11581160  if (!simpleTestsHaveAlreadyBeenPerformed)
    11591161  {
    1160     p_Normalize(NUM(f), ntRing);
    1161     if (DEN(f)!=NULL) p_Normalize(DEN(f), ntRing);
     1162    //p_Normalize(NUM(f), ntRing);
     1163    //if (DEN(f)!=NULL) p_Normalize(DEN(f), ntRing);
    11621164    if (DENIS1(f) || NUMIS1(f)) { COM(f) = 0; return; }
    11631165
     
    11721174    }
    11731175  }
    1174   if (rField_is_Q(ntRing))
     1176  /*if (rField_is_Q(ntRing))
    11751177  {
    11761178    number c=n_Copy(pGetCoeff(NUM(f)),ntCoeffs);
     
    12241226      }
    12251227    }
    1226   }
     1228  }*/
    12271229
    12281230#ifdef HAVE_FACTORY
     
    12311233    pGcd = singclap_gcd_r(NUM(f), DEN(f), ntRing);
    12321234  if (p_IsConstant(pGcd, ntRing)
    1233   //&& n_IsOne(p_GetCoeff(pGcd, ntRing), ntCoeffs)
     1235  && n_IsOne(p_GetCoeff(pGcd, ntRing), ntCoeffs)
    12341236  )
    12351237  { /* gcd = 1; nothing to cancel;
Note: See TracChangeset for help on using the changeset viewer.