Changeset 5a06b22 in git for factory/cfCharSets.cc


Ignore:
Timestamp:
May 8, 2014, 6:15:22 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
b17fa5fc9eda365fb2095c16d40c59a2c1e4db02
Parents:
2ed604a09e127188d784bc2189e15095cbbdc700
git-author:
Martin Lee <martinlee84@web.de>2014-05-08 18:15:22+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-05-12 14:35:03+02:00
Message:
chg: more renaming
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfCharSets.cc

    r2ed604a r5a06b22  
    428428    l= tmp.getFirst();
    429429
    430     tmp= MyDifference (tmp, l);
     430    tmp= minus (tmp, l);
    431431
    432432    select (ppi, l.length(), ppi1, ppi2);
    433433
    434     MyUnion2 (ppi2, qqi);
     434    inplaceUnion (ppi2, qqi);
    435435
    436436    if (count > 0)
     
    597597    select (ppi, qs.length(), ppi1, ppi2);
    598598
    599     MyUnion2 (ppi2, qqi);
     599    inplaceUnion (ppi2, qqi);
    600600
    601601    if (nr_of_iteration == 0)
     
    622622      if (indexRed <= 0) // irreducible
    623623      {
    624         if (!subset (cs,qs))
     624        if (!isSubset (cs,qs))
    625625          cs= charSetViaCharSetN (Union (qs,cs));
    626         if (!member (cs, pi))
     626        if (!isMember (cs, pi))
    627627        {
    628628          pi= MyUnion (pi, ListCFList (cs));
Note: See TracChangeset for help on using the changeset viewer.