Changeset 53ccafa in git for factory/facAbsFact.cc


Ignore:
Timestamp:
Aug 26, 2014, 11:12:38 AM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
86b7c4d713f5fe6ff570edac59ad2c2afda40ed9
Parents:
a8203aefe844ecfbfeb79cb449141a4d56f0f71f
git-author:
Martin Lee <martinlee84@web.de>2014-08-26 11:12:38+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-08-26 12:29:11+02:00
Message:
exclude points that lead to a content
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facAbsFact.cc

    ra8203ae r53ccafa  
    239239    iter++;
    240240    CanonicalForm contentx= content (iter.getItem(), x);
     241    if (degree (contentx) > 0)
     242    {
     243      result= CFList();
     244      eval= CFList();
     245      LCFeval= CFList();
     246      E.nextpoint();
     247      continue;
     248    }
     249    contentx= content (iter.getItem());
    241250    if (degree (contentx) > 0)
    242251    {
Note: See TracChangeset for help on using the changeset viewer.