Changeset 98b2b91 in git
- Timestamp:
- Nov 5, 2012, 5:52:41 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 8179468681094498b31a9df090d0e386f97ee401
- Parents:
- a99f8c2fe4c75edfe0049c78f0c81f1b2fb0420b
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-05 17:52:41+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/monomials/p_polys.h
ra99f8c r98b2b91 969 969 const poly res = r->p_Procs->p_Minus_mm_Mult_qq(p, m, q, shorter, spNoether, r); 970 970 lp += lq - shorter; 971 assume( lp == pLength(res) );971 // assume( lp == pLength(res) ); 972 972 return res; 973 973 }
Note: See TracChangeset
for help on using the changeset viewer.