Changeset 31b00db in git for kernel/kspoly.cc
- Timestamp:
- Dec 18, 2013, 9:23:30 AM (9 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 6e3023af87cd7303404f428f8b9a5e633065747b
- Parents:
- d08a3a399eb7febd54a0044f3ad1ca3db14cd61c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kspoly.cc
rd08a3a r31b00db 225 225 poly ftmp; 226 226 ring rtmp; 227 PR->GetLm(ftmp,rtmp); 228 poly f1 = k_LmInit_tailRing_2_currRing(ftmp,rtmp); 227 PR->SetLmCurrRing(); 228 poly f1 = pCopy(PR->GetLmCurrRing()); 229 //PR->GetLm(ftmp,rtmp); 230 //poly f1 = k_LmInit_tailRing_2_currRing(ftmp,rtmp); 229 231 poly f2 = PW->GetLmCurrRing(); 230 232 poly sigMult = pCopy(PW->sig); // copy signature of reducer
Note: See TracChangeset
for help on using the changeset viewer.