Changeset 31b00db in git
- Timestamp:
- Dec 18, 2013, 9:23:30 AM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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.