Changeset f29e22 in git


Ignore:
Timestamp:
Oct 11, 2013, 7:14:30 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
6ba2a3963c43435373122f38a37a9b656969d83b
Parents:
4488e32abebc62772c27659acfa3987864a94420
Message:
chg: warn, if rat. funct. cannot be mapped to polynomials (n_PermNumber)
Location:
libpolys/polys/monomials
Files:
2 edited

Legend:

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

    r4488e3 rf29e22  
    36833683        p_Normalize(zz,srcExtRing);
    36843684      }
    3685       //else
    3686       //  WarnS("Not implemented yet: Cannot permute a rational fraction and make a polynomial out of it! Ignorring the denumerator.");
     3685      else
     3686        WarnS("Not defined: Cannot map a rational fraction and make a polynomial out of it! Ignoring the denumerator.");
    36873687    }
    36883688  }
  • libpolys/polys/monomials/ring.cc

    r4488e3 rf29e22  
    40554055  {
    40564056    Print("  typ %s", TYP[r->typ[j].ord_typ]);
    4057 
    4058 
    40594057    if (r->typ[j].ord_typ==ro_syz)
    40604058    {
Note: See TracChangeset for help on using the changeset viewer.