Changeset c65b73 in git
- Timestamp:
- Sep 7, 2015, 10:46:52 PM (8 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 03c1d21070a92293e4b9f4dabb3af271ab31a44a
- Parents:
- f8d2cd226eb40686634cdd42dcec49bd728b2db3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cfCharSets.cc
rf8d2cd2 rc65b73 546 546 qs= facAlgFunc2 (i.getItem(), as); 547 547 if (qs.length() > 0) 548 549 548 { 549 if (qs.getFirst().factor().inCoeffDomain()) 550 550 qs.removeFirst(); 551 551 if (qs.length() > 1 || qs.getFirst().exp() > 1) … … 555 555 break; 556 556 } 557 557 } 558 558 } 559 559 }
Note: See TracChangeset
for help on using the changeset viewer.