Changeset df43d9 in git
- Timestamp:
- Jul 4, 2011, 12:59:31 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e5d267f9d348da407e363f52fded181b04542680
- Parents:
- 010f3bf0c665c71ec55b5bb0d7d518fd24e73ed0
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-04 12:59:31+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:10+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.cc
r010f3b rdf43d9 3407 3407 && ((rField_is_Zp_a(dst)) || (rField_is_Q_a(dst)))) 3408 3408 { 3409 poly tmp=aq; 3410 while (tmp!=NULL) 3411 { 3412 number n=pGetCoeff(tmp); 3413 n_Normalize(n,dst->cf); 3414 pGetCoeff(tmp)=n; 3415 pIter(tmp); 3416 } 3409 p_Normalize(aq,dst); 3410 if (aq==NULL) 3411 p_SetCoeff(qq,n_Init(0,dst->cf),dst); 3417 3412 } 3418 3413 p_Test(aq,dst);
Note: See TracChangeset
for help on using the changeset viewer.