Changeset abb4787 in git for libpolys/coeffs/longrat.cc


Ignore:
Timestamp:
May 9, 2011, 2:14:51 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1983c3c1dac2d11f62464244e646a4296f558e7d
Parents:
0fb5991156fcc44bac3d225d54843f284bc9ac3f
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-09 14:14:51+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:39+01:00
Message:
conversion factory <->singular for poly
fix coeff tests for factory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat.cc

    r0fb5991 rabb4787  
    268268
    269269#ifdef HAVE_FACTORY
    270 CanonicalForm nlConvSingNFactoryN( number n, const coeffs r )
    271 {
     270CanonicalForm nlConvSingNFactoryN( number n, BOOLEAN setChar, const coeffs r )
     271{
     272  if (setChar) setCharacteristic( 0 );
     273
    272274  CanonicalForm term;
    273275  if ( SR_HDL(n) & SR_INT )
Note: See TracChangeset for help on using the changeset viewer.