Changeset 41bcd7 in git
- Timestamp:
- Apr 8, 1998, 3:18:18 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- af191b958ee3fe3243b1c9364cbf7700930e02ba
- Parents:
- b994f697e8945275c9cdcc48299751c3a7c02a1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/claptmpl.cc
rb994f69 r41bcd7 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: claptmpl.cc,v 1.1 3 1998-04-06 12:24:19 schmidtExp $5 // $Id: claptmpl.cc,v 1.14 1998-04-08 13:18:18 pohl Exp $ 6 6 /* 7 7 * ABSTRACT - instantiation of all templates … … 16 16 17 17 #if defined(HAVE_FACTORY) || defined(HAVE_FGLM) 18 #ifdef macintosh 19 #include <:templates:ftmpl_list.cc> 20 #else 21 #include <templates/ftmpl_list.cc> 22 #endif 23 18 #include <templates/ftmpl_list.cc> 24 19 #ifdef HAVE_FGLM 25 20 #include "fglm.h" … … 27 22 28 23 #ifdef HAVE_FACTORY 29 #i fdef macintosh30 #include <:templates:ftmpl_array.cc>31 #include <:templates:ftmpl_factor.cc>32 #include <:templates:ftmpl_functions.h>33 #include <:templates:ftmpl_matrix.cc>24 #include <templates/ftmpl_array.cc> 25 #include <templates/ftmpl_factor.cc> 26 #include <templates/ftmpl_functions.h> 27 #include <templates/ftmpl_matrix.cc> 28 #ifdef __MWERKS__ 34 29 template List<CanonicalForm> Difference<CanonicalForm>(const List<CanonicalForm>&,const List<CanonicalForm>&); 35 30 template List<CanonicalForm> Union<CanonicalForm>(const List<CanonicalForm>&,const List<CanonicalForm>&); … … 37 32 template List<Variable> Union<Variable> ( const List<Variable>&, const List<Variable>& ); 38 33 template List<Variable> Difference<Variable> ( const List<Variable>&, const List<Variable>& ); 39 #else40 #include <templates/ftmpl_array.cc>41 #include <templates/ftmpl_factor.cc>42 #include <templates/ftmpl_functions.h>43 #include <templates/ftmpl_matrix.cc>44 34 #endif 45 35 … … 59 49 template class Array<REvaluation>; 60 50 61 #ifndef macintosh51 #ifndef __MWERKS__ 62 52 template List<CFFactor> Union ( const List<CFFactor>&, const List<CFFactor>& ); 63 53 … … 134 124 template class ListIterator<Variable> ; 135 125 136 #ifndef macintosh126 #ifndef __MWERKS__ 137 127 template List<Variable> Union ( const List<Variable>&, const List<Variable>& ); 138 128 template List<Variable> Difference ( const List<Variable>&, const List<Variable>& );
Note: See TracChangeset
for help on using the changeset viewer.