Changeset cf6604 in git
- Timestamp:
- May 20, 2014, 10:54:55 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- 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
- Location:
- factory
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cfCharSets.cc
r7c2bdef rcf6604 401 401 } 402 402 403 CFList 404 modCharSet (const CFList& PS, bool removeContents) 405 { 406 StoreFactors tmp; 407 return modCharSet (PS, tmp, removeContents); 408 } 409 403 410 ListCFList 404 411 charSeries (const CFList& L) -
factory/cfCharSets.h
r7c2bdef rcf6604 39 39 modCharSet (const CFList& PS, StoreFactors& StoredFactors, 40 40 bool removeContents= true); 41 42 CFList 43 modCharSet (const CFList& PS, bool removeContents); 41 44 42 45 /// modified characteristic set, i.e. a characteristic set with certain -
factory/facAlgFunc.cc
r7c2bdef rcf6604 817 817 factor= M (factor); 818 818 transform.append (factor); 819 transform= charSetViaModCharSet (transform, false);819 transform= modCharSet (transform, false); 820 820 for (i= transform; i.hasItem(); i++) 821 821 {
Note: See TracChangeset
for help on using the changeset viewer.