Changeset 454cb0 in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Feb 22, 2009, 12:22:08 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
cb2088b08c04fc873962bfeb02cfb4f0674d5dc1
Parents:
cce4a2f69a8341c6b8fbb3f1e78b41bf26ed7970
Message:
*hannes: rIsRatGRing


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

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    rcce4a2f r454cb0  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gr_kstd2.cc,v 1.26 2009-02-21 15:25:43 levandov Exp $ */
     4/* $Id: gr_kstd2.cc,v 1.27 2009-02-22 11:22:08 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: noncomm. alg. of Buchberger
     
    11161116      pLmFree(strat->P.p);
    11171117      /* the real one */
    1118       if (ncRingType(currRing)==nc_lie) /* prod crit */
    1119         if(pHasNotCF(strat->P.p1,strat->P.p2))
    1120         {
     1118//      if (ncRingType(currRing)==nc_lie) /* prod crit */
     1119//        if(pHasNotCF(strat->P.p1,strat->P.p2))
     1120//        {
    11211121//          strat->cp++;
    1122           /* prod.crit itself in nc_CreateSpoly */
    1123         }
     1122//          /* prod.crit itself in nc_CreateSpoly */
     1123//        }
    11241124
    11251125      strat->P.p = nc_CreateSpoly(strat->P.p1,strat->P.p2,currRing);
Note: See TracChangeset for help on using the changeset viewer.