Ignore:
Timestamp:
Apr 15, 1997, 12:12:43 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
8c016376411d28aef5c26d7ff6332f37a590550e
Parents:
57f078d6983d5116f8b1f4856933225f544ca096
Message:
#include <config.h> added
the headers config.h and assert.h will be included
  be makeheader now


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_matrix.cc

    r57f078 r2fb5762  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_matrix.cc,v 1.2 1997-03-27 10:33:48 schmidt Exp $
     2// $Id: ftmpl_matrix.cc,v 1.3 1997-04-15 10:12:43 schmidt Exp $
    33
    44/*
    55 * $Log: not supported by cvs2svn $
     6 * Revision 1.2  1997/03/27 10:33:48  schmidt
     7 * stream-io wrapped by NOSTREAMIO
     8 * definition of assertions replaced by #include <assert.h>
     9 *
    610 * Revision 1.1  1996/12/18 15:04:23  schmidt
    711 * Initial revision
     
    913 */
    1014
    11 #include <templates/assert.h>
     15/*MAKEHEADER*/
     16#include "templates/config.h"
     17
     18/*MAKEHEADER*/
     19#include "templates/assert.h"
    1220
    1321#include <templates/matrix.h>
Note: See TracChangeset for help on using the changeset viewer.