Changeset 4debf02 in git for kernel/gr_kstd2.cc
- Timestamp:
- Jul 28, 2008, 8:18:34 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 0047ec082623717be0d4a93ede48a2f8957e8fb8
- Parents:
- eae0e0566af761d4a90afad8e2800a934cf7550b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
reae0e0 r4debf02 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: gr_kstd2.cc,v 1.1 8 2008-07-28 09:57:08Singular Exp $ */4 /* $Id: gr_kstd2.cc,v 1.19 2008-07-28 18:18:34 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: noncomm. alg. of Buchberger … … 939 939 strat->red = redGrFirst; 940 940 if (currRing->real_var_start>0) 941 { 941 942 strat->red=redGrRatGB; 943 } 942 944 943 945 if (pLexOrder && strat->honey) … … 1020 1022 /*Shdl=*/initBuchMora(F, Q,strat); 1021 1023 strat->posInT=posInT110; 1024 if (currRing->real_var_start>0) 1025 { 1026 strat->posInL=posInL0; // by pCmp of lcm 1027 } 1022 1028 srmax = strat->sl; 1023 1029 reduc = olddeg = lrmax = 0;
Note: See TracChangeset
for help on using the changeset viewer.