Changeset 800704 in git for factory/libfac/factor/tmpl_inst.cc
- Timestamp:
- Feb 18, 2013, 6:55:40 PM (10 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 1daf0ddfd6bd8856ea1fcf2f6e1f8533f4625c75
- Parents:
- 4447a0ff4667c077879438915bab6abcfada8ffd
- git-author:
- Martin Lee <martinlee84@web.de>2013-02-18 18:55:40+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-02-18 22:09:31+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/libfac/factor/tmpl_inst.cc
r4447a0 r800704 13 13 #include "cf_reval.h" 14 14 15 #include "templates/ftmpl_array.cc"16 #include "templates/ftmpl_factor.cc"15 //#include "templates/ftmpl_array.cc" 16 //#include "templates/ftmpl_factor.cc" 17 17 #include "templates/ftmpl_list.cc" 18 #include "templates/ftmpl_functions.h"19 #include "templates/ftmpl_matrix.cc"18 //#include "templates/ftmpl_functions.h" 19 //#include "templates/ftmpl_matrix.cc" 20 20 21 21 // place here your own template stuff, not instantiated by factory 22 22 #include <libfac/factor/tmpl_inst.h> 23 23 #include <libfac/factor/class.cc> 24 25 template class List<int>;26 template class ListIterator<int>;27 24 28 25 template class List<IntList>; … … 41 38 template class List<CFList>; 42 39 template class ListIterator<CFList>; 43 template class List<Variable>;44 template class ListIterator<Variable> ;45 46 template List<Variable> Union ( const List<Variable>&, const List<Variable>& );47 template List<Variable> Difference ( const List<Variable>&, const List<Variable>& );48 40 49 41 #ifndef NOSTREAMIO
Note: See TracChangeset
for help on using the changeset viewer.