Ignore:
Timestamp:
Sep 18, 2017, 2:31:21 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
72a52d1fc44d6d57a46263588972ea8c892f24c6
Parents:
1675966f3617ac748d3994adaf175e4cffddf075
Message:
chg: p_GetExpVL: restrict to poly (no comp.)
File:
1 edited

Legend:

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

    r167596 r051aa82  
    14611461  p_LmCheckPolyRing1(p, r);
    14621462  for (unsigned j = r->N; j!=0; j--)
    1463       ev[j] = p_GetExp(p, j, r);
    1464 
    1465   ev[0] = p_GetComp(p, r);
     1463      ev[j-1] = p_GetExp(p, j, r);
    14661464}
    14671465static inline void p_SetExpV(poly p, int *ev, const ring r)
Note: See TracChangeset for help on using the changeset viewer.