Changeset f224fda in git
- Timestamp:
- Mar 27, 2013, 3:09:15 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- b893eca84785476ae5b07f46b47978cbfb2d1b24
- Parents:
- 36ef97a87d28a9e3e20179ac4f978aad9a7883ba
- git-author:
- Martin Lee <martinlee84@web.de>2013-03-27 15:09:15+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-05-02 11:42:35+02:00
- Location:
- factory
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/canonicalform.h
r36ef97a rf224fda 23 23 #include <factory/templates/ftmpl_list.h> 24 24 #include <factory/templates/ftmpl_array.h> 25 #include <factory/templates/ftmpl_afactor.h> 25 26 #include <factory/templates/ftmpl_factor.h> 26 27 #include <factory/templates/ftmpl_matrix.h> … … 360 361 361 362 //{{{ type definitions 363 typedef AFactor<CanonicalForm> CFAFactor; 364 typedef List <CFAFactor> CFAFList; 365 typedef ListIterator<CFAFactor> CFAFListIterator; 362 366 typedef Factor<CanonicalForm> CFFactor; 363 367 typedef List<CFFactor> CFFList; -
factory/ftmpl_inst.cc
r36ef97a rf224fda 23 23 24 24 #include "templates/ftmpl_array.cc" 25 #include "templates/ftmpl_afactor.cc" 25 26 #include "templates/ftmpl_factor.cc" 26 27 #include "templates/ftmpl_list.cc" … … 34 35 template class ListItem<CFFactor>; 35 36 template class ListIterator<CFFactor>; 37 template class AFactor<CanonicalForm>; 38 template class List<CFAFactor>; 39 template class ListItem<CFAFactor>; 40 template class ListIterator<CFAFactor>; 36 41 template class List<CanonicalForm>; 37 42 template class ListItem<CanonicalForm>;
Note: See TracChangeset
for help on using the changeset viewer.