Changeset 326434 in git for kernel/gr_kstd2.cc
- Timestamp:
- Aug 7, 2008, 11:15:56 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 350a6d224148d833e5548c77167a09e0efc470db
- Parents:
- 322662c5b8af027d90ce23cdbf7a11d43ad0b912
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
r322662 r326434 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: gr_kstd2.cc,v 1.2 4 2008-08-04 07:31:13 SingularExp $ */4 /* $Id: gr_kstd2.cc,v 1.25 2008-08-07 21:15:56 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(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); 261 260 pDelete(&((*h).p)); 262 261 (*h).p=c_p;
Note: See TracChangeset
for help on using the changeset viewer.