Changeset 768faf in git for factory/cfCharSetsUtil.cc
- Timestamp:
- Sep 19, 2014, 7:04:12 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 2656dc7e7fe0f5a13449b855c74b3bb2fb6ac65c
- Parents:
- 73f3ca715fadb3664ecbebb37b7e131d43a51737
- git-author:
- Martin Lee <martinlee84@web.de>2014-09-19 19:04:12+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-09-20 16:54:36+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cfCharSetsUtil.cc
r73f3ca7 r768faf 600 600 G= F; 601 601 G *= bCommonDen (G); 602 if (!isRat) 603 Off (SW_RATIONAL); 604 if (isRat) 605 Off (SW_RATIONAL); 606 G= F/icontent (F); 602 Off (SW_RATIONAL); 603 G /= icontent (G); 607 604 if (isRat) 608 605 On (SW_RATIONAL);
Note: See TracChangeset
for help on using the changeset viewer.