Changeset 26d633 in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Feb 24, 2009, 6:40:28 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
7012d0f08e30c9406b7eb002fa6bd6b55e8cd1cd
Parents:
b35f71c1b167b8be236dfa80369381a582f6cfe5
Message:
*hannes: syntax fix


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

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    rb35f71c r26d633  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gr_kstd2.cc,v 1.29 2009-02-23 19:22:27 levandov Exp $ */
     4/* $Id: gr_kstd2.cc,v 1.30 2009-02-24 17:40:28 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: noncomm. alg. of Buchberger
     
    11231123//        }
    11241124
    1125      
     1125
    11261126      if( ! rIsRatGRing(currRing) )
    1127       { 
     1127      {
    11281128        strat->P.p = nc_CreateSpoly(strat->P.p1,strat->P.p2,currRing);
    11291129      }
     1130#ifdef HAVE_RATGRING
    11301131      else
    11311132      {
     
    11331134        strat->P.p = nc_rat_CreateSpoly(strat->P.p1,strat->P.p2,currRing->real_var_start-1,currRing);
    11341135      }
     1136#endif
    11351137
    11361138
Note: See TracChangeset for help on using the changeset viewer.