Changeset 31a2be7 in git for factory/ftmpl_inst.cc


Ignore:
Timestamp:
Dec 8, 1997, 7:49:16 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ec250c5971862a8f7521f7d3fa54bcf34d59da14
Parents:
9c9e2a40e423d2fb002c477b6295b6526e2fb95d
Message:
^M fix.  Was:
Thu 27.11.1997 22:30:00  Ruediger Stobbe  <rstobbe@de.oracle.com>
Factory Win NT Port, see ChangeLog for details


git-svn-id: file:///usr/local/Singular/svn/trunk@952 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/ftmpl_inst.cc

    r9c9e2a4 r31a2be7  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_inst.cc,v 1.4 1997-10-23 13:56:19 schmidt Exp $ */
     2/* $Id: ftmpl_inst.cc,v 1.5 1997-12-08 18:47:03 schmidt Exp $ */
    33
    44//{{{ docu
     
    1313
    1414#include <factoryconf.h>
    15 
    16 #include <factory.h>
    1715
    1816#ifdef macintosh
     
    2927#include <templates/ftmpl_matrix.cc>
    3028#endif
     29
     30#include <factory.h>
     31
    3132
    3233//{{{ explicit template class instantiations
     
    6263template List<CFFactor> Union ( const List<CFFactor> &, const List<CFFactor> & );
    6364
     65#ifndef WINNT
    6466template CanonicalForm tmax ( const CanonicalForm &, const CanonicalForm & );
    6567template CanonicalForm tmin ( const CanonicalForm &, const CanonicalForm & );
     
    6769template int tmax ( const int &, const int & );
    6870template int tmin ( const int &, const int & );
     71#endif
    6972//}}}
    7073
Note: See TracChangeset for help on using the changeset viewer.