Changeset 800704 in git


Ignore:
Timestamp:
Feb 18, 2013, 6:55:40 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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
Message:
chg: sync with master
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/libfac/factor/tmpl_inst.cc

    r4447a0 r800704  
    1313#include "cf_reval.h"
    1414
    15 #include "templates/ftmpl_array.cc"
    16 #include "templates/ftmpl_factor.cc"
     15//#include "templates/ftmpl_array.cc"
     16//#include "templates/ftmpl_factor.cc"
    1717#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"
    2020
    2121// place here your own template stuff, not instantiated by factory
    2222#include <libfac/factor/tmpl_inst.h>
    2323#include <libfac/factor/class.cc>
    24 
    25 template class List<int>;
    26 template class ListIterator<int>;
    2724
    2825template class List<IntList>;
     
    4138template class List<CFList>;
    4239template 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>& );
    4840
    4941#ifndef NOSTREAMIO
Note: See TracChangeset for help on using the changeset viewer.