Changeset 1c35568 in git for kernel/polys.cc


Ignore:
Timestamp:
Dec 18, 2009, 2:07:12 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
2b3caae5e93f036d36ceeb553934d1dcb89b3c60
Parents:
3a5edc375c8c9192d0f777ea79d63b5fde378a37
Message:
OPT_IDLIFT removed

git-svn-id: file:///usr/local/Singular/svn/trunk@12390 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    r3a5edc r1c35568  
    717717{
    718718
    719   if (!TEST_OPT_IDLIFT)
    720   {
    721     if (pGetComp(p1) > 0 || pGetComp(p2) > 0)
    722       return FALSE;
    723   }
     719  if (pGetComp(p1) > 0 || pGetComp(p2) > 0)
     720    return FALSE;
    724721  int i = pVariables;
    725722  loop
Note: See TracChangeset for help on using the changeset viewer.