Changeset 9a871d in git for kernel/GBEngine/kstd2.cc


Ignore:
Timestamp:
May 29, 2015, 8:11:49 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
f7f34606f7ff04570296a86535c421167f902351
Parents:
e786dc69a172d574cf7c8e1d1475140446f49d1d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-05-29 20:11:49+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-05-29 20:55:57+02:00
Message:
Fixing kFindDivisibleByInT (for debuging build)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    re786dc r9a871d  
    104104  int j = start;
    105105
    106   pAssume(~not_sev == p_GetShortExpVector(p, r));
    107 
    108106  const TSet T=strat->T;
    109107  const unsigned long* sevT=strat->sevT;
     
    112110    const ring r=currRing;
    113111    const poly p=L->p;
     112     
     113    pAssume(~not_sev == p_GetShortExpVector(p, r));
     114
    114115    loop
    115116    {
Note: See TracChangeset for help on using the changeset viewer.