Changeset 53ccafa in git
- Timestamp:
- Aug 26, 2014, 11:12:38 AM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facAbsFact.cc
ra8203ae r53ccafa 239 239 iter++; 240 240 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()); 241 250 if (degree (contentx) > 0) 242 251 {
Note: See TracChangeset
for help on using the changeset viewer.