Changeset f29e22 in git
- Timestamp:
- Oct 11, 2013, 7:14:30 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 6ba2a3963c43435373122f38a37a9b656969d83b
- Parents:
- 4488e32abebc62772c27659acfa3987864a94420
- Location:
- libpolys/polys/monomials
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.cc
r4488e3 rf29e22 3683 3683 p_Normalize(zz,srcExtRing); 3684 3684 } 3685 //else3686 // 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."); 3687 3687 } 3688 3688 } -
libpolys/polys/monomials/ring.cc
r4488e3 rf29e22 4055 4055 { 4056 4056 Print(" typ %s", TYP[r->typ[j].ord_typ]); 4057 4058 4059 4057 if (r->typ[j].ord_typ==ro_syz) 4060 4058 {
Note: See TracChangeset
for help on using the changeset viewer.