Changeset f224fda in git for factory/canonicalform.h


Ignore:
Timestamp:
Mar 27, 2013, 3:09:15 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
chg: added new templates to hold absolute factors

Conflicts:

	factory/canonicalform.h
	factory/ftmpl_inst.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r36ef97a rf224fda  
    2323#include <factory/templates/ftmpl_list.h>
    2424#include <factory/templates/ftmpl_array.h>
     25#include <factory/templates/ftmpl_afactor.h>
    2526#include <factory/templates/ftmpl_factor.h>
    2627#include <factory/templates/ftmpl_matrix.h>
     
    360361
    361362//{{{ type definitions
     363typedef AFactor<CanonicalForm> CFAFactor;
     364typedef List <CFAFactor> CFAFList;
     365typedef ListIterator<CFAFactor> CFAFListIterator;
    362366typedef Factor<CanonicalForm> CFFactor;
    363367typedef List<CFFactor> CFFList;
Note: See TracChangeset for help on using the changeset viewer.