Changeset 974ce1 in git for factory/ftmpl_inst.cc


Ignore:
Timestamp:
Jun 20, 1997, 12:45:23 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
663519a7521ad0f810a21a3268c5031ddfa825cf
Parents:
0dc7c0c7c86b8680889ab5ec2df3d9f2eec4ae7e
Message:
	* templates/: all files prefixed with ftmpl_.  All #include
	  statements changed.


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

Legend:

Unmodified
Added
Removed
  • factory/ftmpl_inst.cc

    r0dc7c0c r974ce1  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_inst.cc,v 1.1 1997-06-19 12:45:45 schmidt Exp $ */
     2/* $Id: ftmpl_inst.cc,v 1.2 1997-06-20 10:45:18 schmidt Exp $ */
    33
    44#include <factoryconf.h>
    55
    6 #include <templates/array.cc>
    7 #include <templates/factor.cc>
    8 #include <templates/list.cc>
    9 #include <templates/functions.h>
    10 #include <templates/matrix.cc>
     6#include <templates/ftmpl_array.cc>
     7#include <templates/ftmpl_factor.cc>
     8#include <templates/ftmpl_list.cc>
     9#include <templates/ftmpl_functions.h>
     10#include <templates/ftmpl_matrix.cc>
    1111
    1212#include <factory.h>
Note: See TracChangeset for help on using the changeset viewer.