Changeset eb55f8a in git for libpolys/polys/kbuckets.cc


Ignore:
Timestamp:
Sep 16, 2014, 4:56:19 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5b45a4ff15d0998cc64c730af75c1c1f773d4a77
Parents:
4ec0f01d431893a4c0997d2bdfab87cb8d37e03e
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-16 16:56:19+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-23 20:10:49+02:00
Message:
There should be no *Test in assume call (and no assume in *Test definition)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/kbuckets.cc

    r4ec0f0 reb55f8a  
    9292  {
    9393    assume(bucket->buckets[i]!=NULL);
    94     _p_Test(bucket->coef[i],bucket->bucket_ring,PDEBUG);
    95     }
     94    p_Test(bucket->coef[i],bucket->bucket_ring);
     95  }
    9696  #endif
    9797  pFalseReturn(p_Test(bucket->buckets[i], bucket->bucket_ring));
Note: See TracChangeset for help on using the changeset viewer.