Changeset 6e5fb8 in git for libpolys/polys


Ignore:
Timestamp:
Sep 6, 2013, 4:05:04 PM (11 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'spielwiese', '73c62e0961bcfc8f1a00420b41eec2ea3c0ef6e9')
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.