Ignore:
Timestamp:
Apr 14, 2011, 2:44:09 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
2f5936105b139a5635034b6eb233c5405b3e3e29
Parents:
72015634c9aa4b237c52f66b5528b431f59c3c5c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-14 14:44:09+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:12:34+01:00
Message:
FIX: last fixes to matpol.cc
FIX: add "const" for (last) ring parameter for p_GetShortExpVector and
correct declarations p_polys.h
ADD: copy over *Choise funxtions from ideals.h to simpleideals.h
File:
1 edited

Legend:

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

    r720156 rcf02b22  
    8383// exp1 / exp2 ==> (ev1 & ~ev2) == 0, i.e.,
    8484// if (ev1 & ~ev2) then exp1 does not divide exp2
    85 unsigned long p_GetShortExpVector(poly p, ring r)
     85unsigned long p_GetShortExpVector(poly p, const ring r)
    8686{
    8787  assume(p != NULL);
Note: See TracChangeset for help on using the changeset viewer.