Changeset 626431 in git
- Timestamp:
- Mar 17, 2005, 3:15:40 PM (18 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- b687a30f0e0e5c6b27bb1b68424088f6ea28d02d
- Parents:
- af32959658524cfa503a6d6068cc8a81f5c9e184
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
raf3295 r626431 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: gr_kstd2.cc,v 1. 6 2005-02-25 15:07:05Singular Exp $ */4 /* $Id: gr_kstd2.cc,v 1.7 2005-03-17 14:15:40 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: noncomm. alg. of Buchberger … … 846 846 strat->P = strat->L[strat->Ll]; 847 847 strat->Ll--; 848 kTest(strat);848 //kTest(strat); 849 849 if (pNext(strat->P.p) == strat->tail) 850 850 { … … 921 921 strat->P.lcm=NULL; 922 922 #endif 923 kTest(strat);923 //kTest(strat); 924 924 } 925 925 if (TEST_OPT_DEBUG) messageSets(strat);
Note: See TracChangeset
for help on using the changeset viewer.