Ignore:
Timestamp:
Apr 30, 1997, 3:08:28 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
01a20e5ae23d2ee1d178accd9cc46711ec2e30d1
Parents:
496ee65e5c94500c3c66294f8c56514ca05fd1a4
Message:
o #include <templates/config.h>, #include
  <templates/assetr.h> changed to #include <factoryconf>
  (without MAKEHEADER now)


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_matrix.cc

    r496ee6 r6881f9b  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_matrix.cc,v 1.4 1997-04-18 16:44:13 schmidt Exp $
     2// $Id: ftmpl_matrix.cc,v 1.5 1997-04-30 13:08:28 schmidt Exp $
    33
    44/*
    55 * $Log: not supported by cvs2svn $
     6 * Revision 1.4  1997/04/18 16:44:13  schmidt
     7 * o Matrix::Matrix( int, int ), Matrix::Matrix( const Matrix& ),
     8 *   Matrix::operator=: new (T*)[..]; changed to new T_prt[..];
     9 *
    610 * Revision 1.3  1997/04/15 10:12:43  schmidt
    711 * #include <config.h> added
     
    1822 */
    1923
    20 /*MAKEHEADER*/
    21 #include "templates/config.h"
    22 
    23 /*MAKEHEADER*/
    24 #include "templates/assert.h"
     24#include <factoryconf.h>
    2525
    2626#include <templates/matrix.h>
Note: See TracChangeset for help on using the changeset viewer.