Changeset 40b31de in git for kernel/gr_kstd2.cc
- Timestamp:
- Feb 21, 2009, 4:25:43 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 28734edefa255520d20d13c4c0f3ba4f92590a2a
- Parents:
- 9e9dbcc8d214c3ffadd3d652094fe70a53aa1302
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
r9e9dbc r40b31de 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: gr_kstd2.cc,v 1.2 5 2008-08-07 21:15:56levandov Exp $ */4 /* $Id: gr_kstd2.cc,v 1.26 2009-02-21 15:25:43 levandov Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: noncomm. alg. of Buchberger … … 257 257 c_p = nc_CreateSpoly(pCopy(strat->S[c_j]),pCopy((*h).p), currRing); 258 258 else 259 c_p=nc_rat_ReduceSpolyNew(pCopy( (*h).p), pCopy(strat->S[c_j]),currRing->real_var_start-1,currRing);259 c_p=nc_rat_ReduceSpolyNew(pCopy(strat->S[c_j]),pCopy((*h).p), currRing->real_var_start-1,currRing); 260 260 pDelete(&((*h).p)); 261 261 (*h).p=c_p;
Note: See TracChangeset
for help on using the changeset viewer.