Changeset fea494 in git for factory/cfCharSets.cc


Ignore:
Timestamp:
Sep 24, 2014, 1:05:36 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
65a40710c408315804772d0a7ff078203be9d9bf
Parents:
46f37cb57098799d8399fc704c5b3ca2020ca0c1
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfCharSets.cc

    r46f37cb rfea494  
    4747  {
    4848    oldorder.insert (Variable (i));
    49     CFList is_one= only_in_one (PS1, Variable (i)); 
     49    CFList is_one= only_in_one (PS1, Variable (i));
    5050    if (is_one.length() == 1)
    5151    {
     
    5656    {
    5757      reorder.append (Variable (i)); // assigne it the highest level
    58       PS1= Difference (PS1, is_one); 
     58      PS1= Difference (PS1, is_one);
    5959    }
    6060  }
     
    670670            if (i.getItem() == reducible)
    671671              break;
    672             else 
     672            else
    673673              cst.append (i.getItem());
    674674          }
Note: See TracChangeset for help on using the changeset viewer.