Changeset 237b4dd in git
- Timestamp:
- Feb 8, 2012, 4:30:49 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 47ab5b7e675ca5ba2cdae6bd1b1ae99126b95386
- Parents:
- 65c5f5710da694616a5f4f24bb00f15eb0ddfae6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/ext_fields/transext.cc
r65c5f5 r237b4dd 909 909 } 910 910 911 void ntNormalize (number &a, const coeffs cf) 912 { 913 definiteGcdCancellation(a, cf, FALSE); 914 } 915 911 916 /* expects *param to be castable to TransExtInfo */ 912 917 static BOOLEAN ntCoeffIsEqual(const coeffs cf, n_coeffType n, void * param) … … 1318 1323 cf->cfWrite = ntWrite; 1319 1324 cf->cfRead = ntRead; 1325 cf->cfNormalize = ntNormalize; 1320 1326 cf->cfDelete = ntDelete; 1321 1327 cf->cfSetMap = ntSetMap;
Note: See TracChangeset
for help on using the changeset viewer.