Changeset ae07a1 in git
- Timestamp:
- Feb 21, 2014, 6:11:47 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 42d0cbc2182023ac298b5fcbc4fefb38d67e2aac
- Parents:
- 0a703ea5ab73bc9ef035d069331cde8c4de40906
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/OPAEp.cc
r0a703ea rae07a1 299 299 { 300 300 p_poly* f=reinterpret_cast<p_poly*> (a); 301 p_poly* g=reinterpret_cast<p_poly*> ( g);301 p_poly* g=reinterpret_cast<p_poly*> (b); 302 302 f->p_poly_mult_n_to(*g); 303 303 a=(number) f;
Note: See TracChangeset
for help on using the changeset viewer.