Changeset 844dcf in git for factory/cfCharSets.cc


Ignore:
Timestamp:
May 2, 2014, 10:50:24 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
320ca656a049b44638dd1949fd1b8982a1226531
Parents:
09cb7e1d71544af197eb9d4879a9265419b94871
git-author:
Martin Lee <martinlee84@web.de>2014-05-02 22:50:24+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-05-12 14:35:02+02:00
Message:
fix: need the removed factors
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfCharSets.cc

    r09cb7e1 r844dcf  
    14991499  ListCFList pi, ppi, qqi, qsi, iss, qhi= ListCFList(PS);
    15001500
    1501   StoreFactors StoredFactors;
    1502 
    15031501  int nr_of_iteration= 0, indexRed, highestlevel= 0;
    15041502
     
    15311529    }
    15321530
     1531    StoreFactors StoredFactors;
    15331532    cs= charSetViaModCharSet (qs, StoredFactors);
    15341533
    15351534    //cs = removeContent (cs, StoredFactors); //do I really need it
    1536     factorset= StoredFactors.FS2;
     1535    factorset= StoredFactors.FS1;
    15371536
    15381537    if (cs.getFirst().level() > 0)
     
    15791578              break;
    15801579            else
    1581               cst.append(i.getItem());
     1580              cst.append (i.getItem());
    15821581          }
    15831582          is= Union (factorsOfInitials (cst), is);
Note: See TracChangeset for help on using the changeset viewer.