Changeset 3a961a in git for libpolys/polys/shiftop.cc
- Timestamp:
- Jul 5, 2018, 9:54:56 PM (5 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- f6737053e8a61a659306021d5ac217163169d724
- Parents:
- c0632a415538219793d1d2b77ce38c37fcaf35f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/shiftop.cc
rc0632a4 r3a961a 94 94 p_LPUnShift(p, ri); 95 95 #else 96 assume(p_mFirstVblock(_m, lV,ri) <= 1);97 assume(p_FirstVblock(p, lV,ri) <= 1); // TODO check that each block is <=196 assume(p_mFirstVblock(_m, ri) <= 1); 97 assume(p_FirstVblock(p, ri) <= 1); // TODO check that each block is <=1 98 98 #endif 99 99 // at this point _m and p are shifted to 1 … … 154 154 p_LPUnShift(p, ri); 155 155 #else 156 assume(p_mFirstVblock(_m, lV,ri) <= 1);157 assume(p_FirstVblock(p, lV,ri) <= 1); // TODO check that each block is <=1156 assume(p_mFirstVblock(_m, ri) <= 1); 157 assume(p_FirstVblock(p, ri) <= 1); // TODO check that each block is <=1 158 158 #endif 159 159 // at this point _m and p are shifted to 1 … … 217 217 p_LPUnShift(p, ri); 218 218 #else 219 assume(p_mFirstVblock(_m, lV,ri) <= 1);220 assume(p_FirstVblock(p, lV,ri) <= 1); // TODO check that each block is <=1219 assume(p_mFirstVblock(_m, ri) <= 1); 220 assume(p_FirstVblock(p, ri) <= 1); // TODO check that each block is <=1 221 221 #endif 222 222 // at this point _m and p are shifted to 1
Note: See TracChangeset
for help on using the changeset viewer.