Changeset 2d3b435 in git


Ignore:
Timestamp:
Oct 8, 2020, 1:42:45 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
151154f63894a3d7af83d316d9fce647674e45f6
Parents:
ec128df6f2a8286e9c34f52e56e8be63ea96a62a
Message:
fix: report error if char. too large
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    rec128d r2d3b435  
    10391039    {
    10401040      setCharacteristic( rChar(r) );
     1041      if (errorreported) goto notImpl; // char too large
    10411042      CanonicalForm F( convSingPFactoryP( f,r ) );
    10421043      L = factorize( F );
     
    10471048      if (rField_is_Q_a (r)) setCharacteristic (0);
    10481049      else                   setCharacteristic( rChar(r) );
     1050      if (errorreported) goto notImpl; // char too large
    10491051      if (r->cf->extRing->qideal!=NULL) /*algebraic extension */
    10501052      {
Note: See TracChangeset for help on using the changeset viewer.