Changeset ecf4a6a in git
- Timestamp:
- Oct 4, 2013, 4:16:25 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 17887d2953ff615aa831dda7e1a1fc05c0d92d0a
- Parents:
- c4e9ea8a83ab55caa719ebe8d12351432788d7c6
- git-author:
- Martin Lee <martinlee84@web.de>2013-10-04 16:16:25+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-10-08 14:08:56+02:00
- Location:
- libpolys/polys/ext_fields
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/ext_fields/algext.cc
rc4e9ea recf4a6a 1418 1418 cf->pParameterNames = R->names; 1419 1419 cf->cfParameter = naParameter; 1420 cf->has_simple_Inverse= R->cf->has_simple_Inverse; 1420 1421 1421 1422 if( nCoeff_is_Q(R->cf) ) -
libpolys/polys/ext_fields/transext.cc
rc4e9ea recf4a6a 2439 2439 cf->pParameterNames = R->names; 2440 2440 cf->cfParameter = ntParameter; 2441 cf->has_simple_Inverse= FALSE; 2442 2441 2443 2442 2444 if( nCoeff_is_Q(R->cf) )
Note: See TracChangeset
for help on using the changeset viewer.