Changeset 71da5e in git for factory/sm_util.cc


Ignore:
Timestamp:
Mar 10, 1998, 3:48:41 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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.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  )
Note: See TracChangeset for help on using the changeset viewer.