Changeset 521349 in git for kernel/kstd2.cc


Ignore:
Timestamp:
Jul 7, 2008, 3:18:57 PM (15 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
b547dc098c643d2e47143c81e0a51e711b5b10ff
Parents:
d351d85cc90334b89306247371fbd1761ed311b7
Message:
pNorm nicht für Ringe


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

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    rd351d8 r521349  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd2.cc,v 1.66 2008-04-04 10:30:09 Singular Exp $ */
     4/* $Id: kstd2.cc,v 1.67 2008-07-07 13:18:56 wienand Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: alg. of Buchberger
     
    11631163
    11641164      // reduce the tail and normalize poly
    1165       if (TEST_OPT_INTSTRATEGY)
     1165      // in the ring case we cannot expect LC(f) = 1,
     1166      // therefore we call pContent instead of pNorm
     1167      if ((TEST_OPT_INTSTRATEGY) || (rField_is_Ring(currRing)))
    11661168      {
    11671169        strat->P.pCleardenom();
Note: See TracChangeset for help on using the changeset viewer.