Ignore:
Timestamp:
Dec 14, 2012, 4:43:54 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f489beab9ee2066d042d018e9e5db927bdfe99a4
Parents:
f51a5bd5a84a0bdc21e8b4b7357a3d1f43bae4e6
Message:
chg: renamed Zpn to Znm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.h

    rf51a5b rea25bc  
    420420
    421421static inline BOOLEAN rField_is_Ring_PtoM(const ring r)
    422 { assume(r != NULL); assume(r->cf != NULL); return (getCoeffType(r->cf) == n_Zpn && nCoeff_is_Ring_PtoM(r->cf) ); }
     422{ assume(r != NULL); assume(r->cf != NULL); return (getCoeffType(r->cf) == n_Znm && nCoeff_is_Ring_PtoM(r->cf) ); }
    423423
    424424static inline BOOLEAN rField_is_Ring_Z(const ring r)
Note: See TracChangeset for help on using the changeset viewer.