Changeset 71da5e in git for factory/sm_util.h


Ignore:
Timestamp:
Mar 10, 1998, 3:48:41 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.