Changeset 0d7851 in git for kernel/GBEngine/kstd1.cc


Ignore:
Timestamp:
Aug 17, 2021, 3:58:50 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
d28095befe49d41be7cd3b72963b0f39b4bcd6cd
Parents:
7dce1335d7f3fd3a06f55ad720041785a58b35bd
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-08-17 15:58:50+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-08-17 16:40:08+02:00
Message:
ring-cf: do not use content/ cleardenom
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd1.cc

    r7dce133 r0d7851  
    35833583      // in the ring case we cannot expect LC(f) = 1,
    35843584      // therefore we call pCleardenom instead of pNorm
    3585       if ((TEST_OPT_INTSTRATEGY) || (rField_is_Ring(currRing)))
     3585      if (TEST_OPT_INTSTRATEGY)
    35863586      {
    35873587        strat->P.pCleardenom();
Note: See TracChangeset for help on using the changeset viewer.