Changeset 0a2bb7f in git


Ignore:
Timestamp:
Oct 27, 2014, 2:26:21 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
c3b7b958ec20bacbecde4b5a2c058d5b7cc1b2b4
Parents:
f34aee66712c898ba5ee520b4bb4743b466502381a7ac3eaffe83554c3f05721310c8be4cf724195
Message:
Merge pull request #662 from mmklee/char_series

fix: missing factors of initial of reducible
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfCharSets.cc

    rf34aee r0a2bb7f  
    676676              cst.append (i.getItem());
    677677          }
    678           is= Union (factorsOfInitials (cst), is);
     678          is= Union (factorsOfInitials (Union (cst,  CFList (reducible))), is);
    679679          iss= Union (adjoinb (ts, qs, qqi, cst), adjoin (is, qs, qqi));
    680680        }
Note: See TracChangeset for help on using the changeset viewer.