Changeset 8daac6 in git


Ignore:
Timestamp:
Aug 31, 2020, 1:02:15 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a1498e7f91db29f11ea3d7cff0679e5fc0fae48c
Parents:
f4a20b1bc9ae7b5e7a161a1018977e356b92d3d7
Message:
changed p_IsOne
File:
1 edited

Legend:

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

    rf4a20b1 r8daac6  
    200200      if(gcd!=NULL)
    201201      {
    202         if((gcd!=NULL) && !p_IsOne(gcd, ntRing) )
     202        if( !p_IsOne(gcd, ntRing) )
    203203        {
    204204          Print("ERROR in %s:%d: 1 != GCD between num. & den. poly\n",f,l);
Note: See TracChangeset for help on using the changeset viewer.