Changeset 83f8aff in git for kernel/gr_kstd2.cc
- Timestamp:
- Aug 4, 2008, 9:31:13 AM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 4d80cd5454dbf5d2e6f1a38dd70e5b6dd869be8f
- Parents:
- 5be88cb6bd7fa75ae79826066243325d5cc7efb1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
r5be88c r83f8aff 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: gr_kstd2.cc,v 1.2 3 2008-07-29 13:16:44Singular Exp $ */4 /* $Id: gr_kstd2.cc,v 1.24 2008-08-04 07:31:13 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: noncomm. alg. of Buchberger … … 209 209 pDelete(&f); 210 210 } 211 #ifdef HAVE_RATGRING 211 212 /*2 212 213 *reduces h with elements from T choosing the first possible … … 350 351 } 351 352 } 353 #endif 352 354 353 355 /*2 … … 979 981 // if (rIsPluralRing(currRing)) 980 982 strat->red = redGrFirst; 983 #ifdef HAVE_RATGRING 981 984 if (currRing->real_var_start>0) 982 985 { … … 994 997 if (is_rat_id) strat->red=redGrRatGB; 995 998 } 999 #endif 996 1000 997 1001 if (pLexOrder && strat->honey)
Note: See TracChangeset
for help on using the changeset viewer.