Changeset 6e5fb8 in git for libpolys/polys/ext_fields/transext.cc
- Timestamp:
- Sep 6, 2013, 4:05:04 PM (10 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- dc8eb2ae783f1cccf8c4439ef2f160a5a609c5ef
- Parents:
- 574ceea35db8d5683c990e9f7e364c3e2ae515ca
- git-author:
- Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-06 16:05:04+02:00
- git-committer:
- Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-09 11:14:16+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/ext_fields/transext.cc
r574cee r6e5fb8 777 777 fraction result = (fraction)omAlloc0Bin(fractionObjectBin); 778 778 NUM(result) = p_Diff(NUM(fa),k,ntRing); 779 if (NUM(result)==NULL) return(NULL); 779 780 DEN(result) = NULL; 780 781 COM(result) = COM(fa);
Note: See TracChangeset
for help on using the changeset viewer.