Changeset 2ff366 in git


Ignore:
Timestamp:
Feb 24, 2012, 1:18:06 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
ece30c97b07ec85d969edd1b92ad180eaa6080aa
Parents:
3b2b4c74c79cbeb064719df18592811f15cd811d
Message:
fix: removed gfan-templates: already in gfanlib (from master)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r3b2b4c7 r2ff366  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id$
    65/*
    76* ABSTRACT - instantiation of all templates
     
    2524  template class List<fglmDelem>;
    2625  template class ListIterator<fglmDelem>;
    27 #endif
    28 
    29 #ifdef HAVE_FANS
    30 #include <gfanlib/gfanlib.h>
    3126#endif
    3227
     
    118113//std::priority_queue<MonRedRes>
    119114//
     115#endif
     116
    120117/* next lines are templates used in new minor code */
    121118#include <list>
     
    128125template class Cache<MinorKey, IntMinorValue>;
    129126template class Cache<MinorKey, PolyMinorValue>;
    130 #endif
    131 
    132 #ifdef HAVE_FANS
    133 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 #endif
    138 //template int pos_helper(kStrategy strat, poly p, int len, intset setL, polyset set);
Note: See TracChangeset for help on using the changeset viewer.