Changeset 71da5e in git for factory


Ignore:
Timestamp:
Mar 10, 1998, 3:48:41 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
140854bae823c965dbbed185aaa231f64b2c8cbe
Parents:
3316e4fb3e30a46b4a382d96c98d754e39f0df61
Message:
	* ftmpl_array.h, ftmpl_factor.h, ftmpl_functions.h, ftmpl_list.h,
	  ftmpl_matrix.h: new files.  #include of `templates/ftmpl_xxx.h'
	  changed to include of `ftmpl_xxx.h'.


git-svn-id: file:///usr/local/Singular/svn/trunk@1203 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r3316e4f r71da5e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.h,v 1.22 1998-02-02 08:57:59 schmidt Exp $ */
     2/* $Id: canonicalform.h,v 1.23 1998-03-10 14:47:58 schmidt Exp $ */
    33
    44#ifndef INCL_CANONICALFORM_H
     
    1313#include "cf_defs.h"
    1414#include "variable.h"
    15 #ifdef macintosh
    16 #include <:templates:ftmpl_list.h>
    17 #include <:templates:ftmpl_array.h>
    18 #include <:templates:ftmpl_factor.h>
    19 #include <:templates:ftmpl_matrix.h>
    20 #else
    21 #include "templates/ftmpl_list.h"
    22 #include "templates/ftmpl_array.h"
    23 #include "templates/ftmpl_factor.h"
    24 #include "templates/ftmpl_matrix.h"
    25 #endif
     15#include "ftmpl_list.h"
     16#include "ftmpl_array.h"
     17#include "ftmpl_factor.h"
     18#include "ftmpl_matrix.h"
    2619
    2720/*BEGINPUBLIC*/
  • factory/cf_gcd.cc

    r3316e4f r71da5e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_gcd.cc,v 1.17 1998-02-02 08:58:43 schmidt Exp $ */
     2/* $Id: cf_gcd.cc,v 1.18 1998-03-10 14:48:05 schmidt Exp $ */
    33
    44#include <config.h>
     
    1616#include "sm_sparsemod.h"
    1717#include "fac_util.h"
    18 #ifdef macintosh
    19 #include <:templates:ftmpl_functions.h>
    20 #else
    21 #include "templates/ftmpl_functions.h"
    22 #endif
     18#include "ftmpl_functions.h"
    2319
    2420static CanonicalForm gcd_poly( const CanonicalForm & f, const CanonicalForm& g, bool modularflag );
  • factory/cf_map.cc

    r3316e4f r71da5e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_map.cc,v 1.10 1998-01-27 10:30:05 pohl Exp $ */
     2/* $Id: cf_map.cc,v 1.11 1998-03-10 14:48:12 schmidt Exp $ */
    33
    44//{{{ docu
     
    1515#include "cf_map.h"
    1616#include "cf_iter.h"
    17 #ifdef macintosh
    18 #include <:templates:ftmpl_functions.h>
    19 #else
    20 #include "templates/ftmpl_functions.h"
    21 #endif
     17#include "ftmpl_functions.h"
    2218
    2319//{{{ MapPair & MapPair::operator = ( const MapPair & p )
  • factory/cf_map.h

    r3316e4f r71da5e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_map.h,v 1.10 1998-01-27 10:30:04 pohl Exp $ */
     2/* $Id: cf_map.h,v 1.11 1998-03-10 14:48:18 schmidt Exp $ */
    33
    44#ifndef INCL_CF_MAP_H
     
    1919#include "variable.h"
    2020#include "canonicalform.h"
    21 #ifdef macintosh
    22 #include <:templates:ftmpl_list.h>
    23 #else
    24 #include "templates/ftmpl_list.h"
    25 #endif
     21#include "ftmpl_list.h"
    2622
    2723/*BEGINPUBLIC*/
  • factory/fac_ezgcd.cc

    r3316e4f r71da5e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: fac_ezgcd.cc,v 1.9 1998-01-27 11:04:04 pohl Exp $ */
     2/* $Id: fac_ezgcd.cc,v 1.10 1998-03-10 14:48:24 schmidt Exp $ */
    33
    44#include <config.h>
     
    88
    99#include "cf_defs.h"
    10 #ifdef macintosh
    11 #include <:templates:ftmpl_functions.h>
    12 #else
    13 #include "templates/ftmpl_functions.h"
    14 #endif
    1510#include "canonicalform.h"
    1611#include "fac_util.h"
     
    2015#include "cf_primes.h"
    2116#include "fac_distrib.h"
     17#include "ftmpl_functions.h"
    2218
    2319
  • factory/sm_sparsemod.cc

    r3316e4f r71da5e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: sm_sparsemod.cc,v 1.5 1998-01-27 11:01:29 pohl Exp $ */
     2/* $Id: sm_sparsemod.cc,v 1.6 1998-03-10 14:48:29 schmidt Exp $ */
    33
    44//{{{ docu
     
    2828#include "sm_util.h"
    2929#include "sm_sparsemod.h"
    30 #ifdef macintosh
    31 #include <:templates:ftmpl_array.h>
    32 #include <:templates:ftmpl_functions.h>
    33 #else
    34 #include "templates/ftmpl_array.h"
    35 #include "templates/ftmpl_functions.h"
    36 #endif
     30#include "ftmpl_array.h"
     31#include "ftmpl_functions.h"
    3732
    3833static CanonicalForm
  • factory/sm_util.cc

    r3316e4f r71da5e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: sm_util.cc,v 1.4 1998-01-27 11:06:41 pohl Exp $ */
     2/* $Id: sm_util.cc,v 1.5 1998-03-10 14:48:34 schmidt Exp $ */
    33
    44//{{{ docu
     
    2323#include "canonicalform.h"
    2424#include "variable.h"
    25 #ifdef macintosh
    26 #include <:templates:ftmpl_array.h>
    27 #else
    28 #include "templates/ftmpl_array.h"
    29 #endif
     25#include "ftmpl_array.h"
    3026
    3127//{{{ static CanonicalForm fmonome( const CanonicalForm & f  )
  • factory/sm_util.h

    r3316e4f r71da5e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: sm_util.h,v 1.4 1998-01-27 11:06:40 pohl Exp $ */
     2/* $Id: sm_util.h,v 1.5 1998-03-10 14:48:41 schmidt Exp $ */
    33
    44#ifndef INCL_SM_UTIL_H
     
    1717#include "canonicalform.h"
    1818#include "cf_reval.h"
    19 #ifdef macintosh
    20 #include <:templates:ftmpl_array.h>
    21 #else
    22 #include "templates/ftmpl_array.h"
    23 #endif
     19#include "ftmpl_array.h"
    2420
    2521typedef Array<REvaluation> REArray;
Note: See TracChangeset for help on using the changeset viewer.