Ignore:
Timestamp:
Feb 19, 2013, 1:20:53 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e3c718ce6966101d56d035026b091d8a404af532
Parents:
73b2e93d708311ad220a6ca578c7bff10757938aedb81bb221ceae0874c0570e0ac83e5a84b6f77d
Message:
Merge pull request #274 from mmklee/sync

Sync
File:
1 edited

Legend:

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

    r73b2e9 r5625fe  
    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
     
    2323#include <libfac/factor/class.cc>
    2424
    25 template class List<int>;
    26 template class ListIterator<int>;
    27 
    28 template class List<IntList>;
    29 template class ListIterator<IntList>;
     25//template class List<IntList>;
     26//template class ListIterator<IntList>;
    3027
    3128template class Substitution<CanonicalForm>;
     
    3936
    4037// for charsets:
    41 template class List<CFList>;
    42 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>& );
     38//template class List<CFList>;
     39//template class ListIterator<CFList>;
    4840
    4941#ifndef NOSTREAMIO
Note: See TracChangeset for help on using the changeset viewer.