Changeset 9408d9 in git


Ignore:
Timestamp:
Dec 16, 2013, 3:04:43 PM (10 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d08a3a399eb7febd54a0044f3ad1ca3db14cd61c
Parents:
7464b7c0278cc5f5d15e212a7ec946537d3386b6
Message:
fixes prod_crit check in sba
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    r7464b7c r9408d9  
    19031903#endif
    19041904#if SBA_PRODUCT_CRITERION
    1905         if (strat->P.prd_crit) {
     1905        if (strat->P.prod_crit) {
     1906#if SBA_PRINT_PRODUCT_CRITERION
    19061907          product_criterion++;
     1908#endif
    19071909          int pos = posInSyz(strat, strat->P.sig);
    19081910          enterSyz(strat->P, strat, pos);
Note: See TracChangeset for help on using the changeset viewer.