Changeset 36dfca in git for factory/cfModResultant.cc


Ignore:
Timestamp:
Jul 25, 2014, 11:26:44 PM (9 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
Children:
98cbe2b76d99d0d8c6d6e622ecfd56074408441b
Parents:
61c8d2588fefcc1db6a5299b376ed9dad6a5a05c
Message:
fix for #628
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfModResultant.cc

    r61c8d25 r36dfca  
    490490
    491491    count++;
    492     if (count > bound || (prob && equalCount == 2))
     492    if (count > bound || (prob && equalCount == 2 && !H.isOne()))
    493493    {
    494494      if (!algExt && degree (H, alpha) <= 0)
Note: See TracChangeset for help on using the changeset viewer.