Changeset 2ff366 in git
- Timestamp:
- Feb 24, 2012, 1:18:06 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- ece30c97b07ec85d969edd1b92ad180eaa6080aa
- Parents:
- 3b2b4c74c79cbeb064719df18592811f15cd811d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/claptmpl.cc
r3b2b4c7 r2ff366 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id$6 5 /* 7 6 * ABSTRACT - instantiation of all templates … … 25 24 template class List<fglmDelem>; 26 25 template class ListIterator<fglmDelem>; 27 #endif28 29 #ifdef HAVE_FANS30 #include <gfanlib/gfanlib.h>31 26 #endif 32 27 … … 118 113 //std::priority_queue<MonRedRes> 119 114 // 115 #endif 116 120 117 /* next lines are templates used in new minor code */ 121 118 #include <list> … … 128 125 template class Cache<MinorKey, IntMinorValue>; 129 126 template class Cache<MinorKey, PolyMinorValue>; 130 #endif131 132 #ifdef HAVE_FANS133 template class gfan::Vector<gfan::Integer>;134 template class gfan::Vector<gfan::Rational>;135 template class gfan::Matrix<gfan::Integer>;136 template class gfan::Matrix<gfan::Rational>;137 #endif138 //template int pos_helper(kStrategy strat, poly p, int len, intset setL, polyset set);
Note: See TracChangeset
for help on using the changeset viewer.