Changeset 225d94 in git for kernel/polys.cc


Ignore:
Timestamp:
Dec 15, 2006, 6:16:07 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
79b96d7ea87bd07f1d5c5483c59d2314e618c81c
Parents:
0391169ef502f13e3e90d0c16de2ca853a33fae4
Message:
*hannes: V_IDLIFT, idLift
         redLazy: select shortest poly


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    r039116 r225d94  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys.cc,v 1.12 2006-11-24 12:18:27 Singular Exp $ */
     4/* $Id: polys.cc,v 1.13 2006-12-15 17:16:07 Singular Exp $ */
    55
    66/*
     
    646646{
    647647
    648   if (pGetComp(p1) > 0 || pGetComp(p2) > 0)
    649     return FALSE;
     648  if (!TEST_OPT_IDLIFT)
     649  {
     650    if (pGetComp(p1) > 0 || pGetComp(p2) > 0)
     651      return FALSE;
     652  }
    650653  int i = 1;
    651654  loop
Note: See TracChangeset for help on using the changeset viewer.