Changeset b19f81 in git
- Timestamp:
- Oct 28, 2013, 11:08:47 AM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 215353e5dbc6e1393f0f2107ee3615f129b47538
- Parents:
- 68b4d3e3c9d7858d50d0e4e121804fd7a5ccd4c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.cc
r68b4d3 rb19f81 2518 2518 { 2519 2519 p_Content(p,r); 2520 assume( n_GreaterZero(pGetCoeff(p),C) );2521 2520 if(!n_GreaterZero(pGetCoeff(p),C)) p = p_Neg(p,r); 2522 2521 return p; … … 2627 2626 } 2628 2627 2629 assume( n_GreaterZero(pGetCoeff(p),C) );2630 2628 if(!n_GreaterZero(pGetCoeff(p),C)) p = p_Neg(p,r); 2631 2629
Note: See TracChangeset
for help on using the changeset viewer.