Changeset 3957e37 in git
- Timestamp:
- May 19, 2006, 3:33:26 PM (17 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 7bb357fc91a4d4ff1cdbd965c343d46ad930311a
- Parents:
- d86752174d44e1c11aa9d92937f06f9485ace557
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd1.cc
rd867521 r3957e37 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd1.cc,v 1.1 0 2006-03-10 12:53:19Singular Exp $ */4 /* $Id: kstd1.cc,v 1.11 2006-05-19 13:33:25 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 1190 1190 } 1191 1191 if (strat->Ll<0) break; 1192 else strat->noClearS=TRUE; 1192 1193 } 1193 1194 strat->P = strat->L[strat->Ll];/*- picks the last element from the lazyset L -*/ -
kernel/kstd2.cc
rd867521 r3957e37 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd2.cc,v 1.1 5 2006-05-19 08:24:08Singular Exp $ */4 /* $Id: kstd2.cc,v 1.16 2006-05-19 13:33:26 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: alg. of Buchberger … … 889 889 deleteInL(strat->L,&strat->Ll,strat->Ll,strat); 890 890 if (strat->Ll<0) break; 891 else strat->noClearS=TRUE; 891 892 } 892 893 /* picks the last element from the lazyset L */
Note: See TracChangeset
for help on using the changeset viewer.