Ignore:
Timestamp:
Aug 12, 2011, 7:28:54 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d1433769dfd20e9bf7a4179195d41d4095c91fc7
Parents:
d914cf06d3d3be1689cf60fc38f82a7c3dbdf2c6
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-12 19:28:54+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:24:03+01:00
Message:
CHG: minor changes
File:
1 edited

Legend:

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

    rd914cf0 r77bb59  
    55435543  assume(C != NULL);
    55445544
    5545   if( rField_is_Extension(r) )
     5545  const BOOLEAN ret = nCoeff_is_algExt(C);
     5546 
     5547  if( ret )
    55465548  {
    55475549    const ring R = C->extRing;
    55485550    assume( R != NULL );
    5549     return idIs0(R->minideal);
    5550   }
    5551   return TRUE;
     5551    assume( !idIs0(R->minideal) );
     5552  }
     5553 
     5554  return ret;
    55525555}
    55535556
Note: See TracChangeset for help on using the changeset viewer.