Changeset 454cb0 in git for kernel/gr_kstd2.cc
- Timestamp:
- Feb 22, 2009, 12:22:08 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- cb2088b08c04fc873962bfeb02cfb4f0674d5dc1
- Parents:
- cce4a2f69a8341c6b8fbb3f1e78b41bf26ed7970
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
rcce4a2f r454cb0 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: gr_kstd2.cc,v 1.2 6 2009-02-21 15:25:43 levandovExp $ */4 /* $Id: gr_kstd2.cc,v 1.27 2009-02-22 11:22:08 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: noncomm. alg. of Buchberger … … 1116 1116 pLmFree(strat->P.p); 1117 1117 /* the real one */ 1118 if (ncRingType(currRing)==nc_lie) /* prod crit */1119 if(pHasNotCF(strat->P.p1,strat->P.p2))1120 {1118 // if (ncRingType(currRing)==nc_lie) /* prod crit */ 1119 // if(pHasNotCF(strat->P.p1,strat->P.p2)) 1120 // { 1121 1121 // strat->cp++; 1122 /* prod.crit itself in nc_CreateSpoly */1123 }1122 // /* prod.crit itself in nc_CreateSpoly */ 1123 // } 1124 1124 1125 1125 strat->P.p = nc_CreateSpoly(strat->P.p1,strat->P.p2,currRing);
Note: See TracChangeset
for help on using the changeset viewer.