Changeset f1b9c57 in git


Ignore:
Timestamp:
Jun 21, 2008, 1:34:31 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
de1dd636bf74d4c7f8b4aa5153c8b8bb8f9b9ff7
Parents:
b1a5c1b38182f45945fe83e5d4528646815a09e2
Message:
*hannes: is_normalized


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

Legend:

Unmodified
Added
Removed
  • kernel/sca.cc

    rb1a5c1 rf1b9c57  
    77 *  Author:  motsak (Oleksandr Motsak)
    88 *  Created: 2006/12/18
    9  *  Version: $Id: sca.cc,v 1.19 2008-06-20 16:54:45 Singular Exp $
     9 *  Version: $Id: sca.cc,v 1.20 2008-06-21 11:34:31 Singular Exp $
    1010 *******************************************************************/
    1111
     
    17071707          strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT); // !!!
    17081708          strat->P.pCleardenom();
    1709 
    17101709        }
    17111710      }
    17121711      else
    17131712      {
    1714 
    17151713        strat->P.pNorm();
    17161714        if ((TEST_OPT_REDSB)||(TEST_OPT_REDTAIL))
    17171715          strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT);
    17181716      }
    1719 
     1717      strat->P.is_normalized=nIsOne(pGetCoeff(strat->P.p));
    17201718
    17211719#ifdef KDEBUG
Note: See TracChangeset for help on using the changeset viewer.