Changeset cf6604 in git


Ignore:
Timestamp:
May 20, 2014, 10:54:55 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1029c3ec0c425e4d125dbcea01941734336ca6dc
Parents:
7c2bdefaa572b42f1b4fd71b49c06cd73a08a63b
git-author:
Martin Lee <martinlee84@web.de>2014-05-20 22:54:55+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-05-21 15:06:58+02:00
Message:
chg: use only modCharSet instead of charSetViaModCharSet in factorization
Location:
factory
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/cfCharSets.cc

    r7c2bdef rcf6604  
    401401}
    402402
     403CFList
     404modCharSet (const CFList& PS, bool removeContents)
     405{
     406  StoreFactors tmp;
     407  return modCharSet (PS, tmp, removeContents);
     408}
     409
    403410ListCFList
    404411charSeries (const CFList& L)
  • factory/cfCharSets.h

    r7c2bdef rcf6604  
    3939modCharSet (const CFList& PS, StoreFactors& StoredFactors,
    4040            bool removeContents= true);
     41
     42CFList
     43modCharSet (const CFList& PS, bool removeContents);
    4144
    4245/// modified characteristic set, i.e. a characteristic set with certain
  • factory/facAlgFunc.cc

    r7c2bdef rcf6604  
    817817    factor= M (factor);
    818818    transform.append (factor);
    819     transform= charSetViaModCharSet (transform, false);
     819    transform= modCharSet (transform, false);
    820820    for (i= transform; i.hasItem(); i++)
    821821    {
Note: See TracChangeset for help on using the changeset viewer.