Changeset 90f57e in git for libpolys/polys/monomials


Ignore:
Timestamp:
Mar 13, 2012, 12:42:18 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
28216f72fe9cbfa3b1ecface1b4e6ad72a0d800f
Parents:
7089a94ac2b7ddb45ec47e7cb8c9f0e952b0f309
Message:
fix: n_PermNumber
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r7089a9 r90f57e  
    34143414       return NULL;
    34153415
    3416     if( !DENIS1(z) )
    3417       WarnS("Not implemented yet: Cannot permute a rational fraction and make a polynomial out of it! Ignorring the denumerator.");
     3416    //if( !DENIS1(z) )
     3417      //WarnS("Not implemented yet: Cannot permute a rational fraction and make a polynomial out of it! Ignorring the denumerator.");
    34183418  } else
    34193419     {
Note: See TracChangeset for help on using the changeset viewer.