Changeset cc4cc80 in git for libpolys/polys/kbuckets.cc
- Timestamp:
- Nov 22, 2012, 6:13:04 PM (11 years ago)
- Branches:
- (u'spielwiese', '5d369c3cbad1a1bf2d5c856a48fb8a30b51cec3b')
- Children:
- 32a76d8ff1ea7276dcd4a51110cc4bfb4506c97f
- Parents:
- e43dc39725c5d5b404d7ba9374a3c75ad9c923fb
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-22 18:13:04+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-22 20:43:02+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/kbuckets.cc
re43dc3 rcc4cc80 1125 1125 1126 1126 assume(l1==pLength(a1)); 1127 #if 0 1127 1128 BOOLEAN backuped=FALSE; 1128 1129 number coef; 1129 #if 01130 1130 //@Viktor, don't ignore coefficients on monomials 1131 1131 if(l1==1) { … … 1143 1143 //} 1144 1144 } 1145 1145 #endif 1146 1146 1147 1147 kBucket_Minus_m_Mult_p(bucket, lm, a1, &l1, spNoether); 1148 1148 1149 #if 0 1149 1150 if (backuped) 1150 1151 p_SetCoeff0(a1,coef,r); 1152 #endif 1153 1151 1154 p_LmDelete(&lm, r); 1152 1155 if (reset_vec) p_SetCompP(a1, 0, r);
Note: See TracChangeset
for help on using the changeset viewer.