Ignore:
Timestamp:
Sep 6, 2013, 4:05:04 PM (10 years ago)
Author:
Janko Boehm <boehm@…>
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
Message:
fixed bug in transext.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/transext.cc

    r574cee r6e5fb8  
    777777     fraction result = (fraction)omAlloc0Bin(fractionObjectBin);
    778778     NUM(result) = p_Diff(NUM(fa),k,ntRing);
     779     if (NUM(result)==NULL) return(NULL);
    779780     DEN(result) = NULL;
    780781     COM(result) = COM(fa);
Note: See TracChangeset for help on using the changeset viewer.