Ignore:
Timestamp:
Sep 8, 2011, 7:41:29 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1450c9e719fe8c5b3cefb712a0bb457fdd4c2776
Parents:
419b39aef0431cdb83fb38ecb5a712c000ef90e6
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-08 19:41:29+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:36+01:00
Message:
FIX: some rAssure_A_B() should not require an (BOOLEAN complete) argument!
File:
1 edited

Legend:

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

    r419b39 r1da2a13  
    642642
    643643// Ring Manipulations
    644 ring   rAssure_HasComp(const ring r, BOOLEAN complete = TRUE);
     644ring   rAssure_HasComp(const ring r);
    645645ring   rAssure_SyzComp(const ring r, BOOLEAN complete = TRUE);
    646 ring   rAssure_dp_S(const ring r, BOOLEAN complete = TRUE);
    647 ring   rAssure_dp_C(const ring r, BOOLEAN complete = TRUE);
    648 ring   rAssure_C_dp(const ring r, BOOLEAN complete = TRUE);
     646
     647ring   rAssure_dp_S(const ring r);
     648ring   rAssure_dp_C(const ring r);
     649ring   rAssure_C_dp(const ring r);
     650
    649651/// makes sure that c/C ordering is last ordering
    650652ring   rAssure_CompLastBlock(const ring r, BOOLEAN complete = TRUE);
Note: See TracChangeset for help on using the changeset viewer.