Changeset f7d39b in git for libpolys/polys/simpleideals.cc


Ignore:
Timestamp:
Sep 15, 2014, 9:12:38 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4ec0f01d431893a4c0997d2bdfab87cb8d37e03e
Parents:
a4771e1b7535535946d3bd424ce5c97bd0866119
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-15 21:12:38+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-23 20:08:14+02:00
Message:
Added more general id_TestTail + related cleanup for id_?(Test|Print)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/simpleideals.cc

    ra4771e1 rf7d39b  
    417417
    418418#ifdef PDEBUG
    419 void id_DBTest(ideal h1, int level, const char *f,const int l, const ring r)
     419void id_DBTest(ideal h1, int level, const char *f,const int l, const ring r, const ring tailRing)
    420420{
    421421  int i;
     
    426426    omCheckAddrSize(h1,sizeof(*h1));
    427427    omdebugAddrSize(h1->m,h1->ncols*h1->nrows*sizeof(poly));
     428     
    428429    /* to be able to test matrices: */
    429430    for (i=(h1->ncols*h1->nrows)-1; i>=0; i--)
    430       _p_Test(h1->m[i], r, level);
    431     int new_rk=id_RankFreeModule(h1,r);
     431      _pp_Test(h1->m[i], r, tailRing, level);
     432     
     433    int new_rk=id_RankFreeModule(h1, r, tailRing);
    432434    if(new_rk > h1->rank)
    433435    {
Note: See TracChangeset for help on using the changeset viewer.