Changeset 326434 in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Aug 7, 2008, 11:15:56 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
350a6d224148d833e5548c77167a09e0efc470db
Parents:
322662c5b8af027d90ce23cdbf7a11d43ad0b912
Message:
*levandov: some changes for rational ncgb


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

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    r322662 r326434  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gr_kstd2.cc,v 1.24 2008-08-04 07:31:13 Singular Exp $ */
     4/* $Id: gr_kstd2.cc,v 1.25 2008-08-07 21:15:56 levandov Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: noncomm. alg. of Buchberger
     
    257257          c_p = nc_CreateSpoly(pCopy(strat->S[c_j]),pCopy((*h).p), currRing);
    258258        else
    259           c_p=nc_rat_ReduceSpolyNew(pCopy(strat->S[c_j]),
    260                pCopy((*h).p),currRing->real_var_start-1,currRing);
     259          c_p=nc_rat_ReduceSpolyNew(pCopy((*h).p), pCopy(strat->S[c_j]),currRing->real_var_start-1,currRing);
    261260        pDelete(&((*h).p));
    262261        (*h).p=c_p;
Note: See TracChangeset for help on using the changeset viewer.