Changeset d92d71 in git for factory/libfac/factor/tmpl_inst.cc
- Timestamp:
- Dec 14, 2011, 5:19:14 PM (11 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 67c1dcaf5b5069c5df300f7898cff740290bf5f1
- Parents:
- dcccebd9b733616f7e8c8d888299aa4c3073a094
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-14 17:19:14+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:33+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/libfac/factor/tmpl_inst.cc
rdccceb rd92d71 4 4 //////////////////////////////////////////////////////////// 5 5 6 // #include <factory/templates/ftmpl_array.cc> 6 7 7 #include <templates/ftmpl_array.cc> 8 #include <templates/ftmpl_factor.cc> 9 #include <templates/ftmpl_list.cc> 10 #include <templates/ftmpl_functions.h> 11 #include <templates/ftmpl_matrix.cc> 8 #include <factory/factory.h> 12 9 13 #include <factory.h> 10 11 12 #include <factory/templates/ftmpl_array.cc> 13 #include <factory/templates/ftmpl_factor.cc> 14 #include <factory/templates/ftmpl_list.cc> 15 #include <factory/templates/ftmpl_functions.h> 16 #include <factory/templates/ftmpl_matrix.cc> 14 17 15 18 template class Factor<CanonicalForm>; … … 47 50 48 51 // place here your own template stuff, not instantiated by factory 49 #include "tmpl_inst.h"50 #include "class.cc"52 #include <libfac/factor/tmpl_inst.h> 53 #include <libfac/factor/class.cc> 51 54 52 55 template class List<int>;
Note: See TracChangeset
for help on using the changeset viewer.