Changeset c7a127 in git for kernel/gr_kstd2.cc
- Timestamp:
- Jul 28, 2008, 11:34:24 AM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 26e34ff99c56ebeba94a4c3e57a1c2ebaee82597
- Parents:
- 37d43ec78deb09e94d2b41b08283e6fe466687d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
r37d43e rc7a127 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: gr_kstd2.cc,v 1.1 6 2008-07-27 10:21:59Singular Exp $ */4 /* $Id: gr_kstd2.cc,v 1.17 2008-07-28 09:34:24 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: noncomm. alg. of Buchberger … … 225 225 { 226 226 wrp(h->p); 227 Print S(" with ");227 Print(" with S[%d]= ",c_j); 228 228 wrp(strat->S[c_j]); 229 229 } … … 241 241 { 242 242 PrintS(" to "); 243 wrp(h->p); 243 wrp(h->p);i 244 PrintLn(); 244 245 } 245 246 if ((*h).p == NULL) … … 268 269 { 269 270 p_wrp(h->p,currRing); Print(" divisibly by S[%d]=",j); 270 p_wrp(strat->S[j],currRing); Print(" e 0%d\n",a_e);271 p_wrp(strat->S[j],currRing); Print(" e=%d\n",a_e); 271 272 } 272 273 if ((c_e==-1)||(c_e>a_e))
Note: See TracChangeset
for help on using the changeset viewer.