Changeset 6ab5981 in git


Ignore:
Timestamp:
Jun 19, 1997, 3:11:26 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
31af2e67fbc3b85bad6ae14b2a145b558825b438
Parents:
011fdd1ee001ce9ad867e9c5b33c3392f94f1235
Message:
o header fixed


git-svn-id: file:///usr/local/Singular/svn/trunk@411 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory/templates
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_array.cc

    r011fdd1 r6ab5981  
    1 // emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_array.cc,v 1.4 1997-04-30 13:08:23 schmidt Exp $
    3 
    4 /*
    5 $Log: not supported by cvs2svn $
    6 Revision 1.3  1997/04/15 09:56:36  schmidt
    7 #include <config.h> added
    8 the headers config.h and assert.h will be included
    9   be makeheader now
    10 
    11 Revision 1.2  1997/03/27 10:28:51  schmidt
    12 error check changed to ASSERT
    13 
    14 Revision 1.1  1996/07/16 12:24:56  stobbe
    15 "operators += and *= deleted sincethey are not needed in an general
    16 array class als well as the functions sum, prod, crossprod.
    17 "
    18 
    19 Revision 1.0  1996/05/17 11:06:32  stobbe
    20 Initial revision
    21 
    22 */
     1/* emacs edit mode for this file is -*- C++ -*- */
     2/* $Id: ftmpl_array.cc,v 1.5 1997-06-19 13:11:10 schmidt Exp $ */
    233
    244#include <factoryconf.h>
  • factory/templates/ftmpl_array.h

    r011fdd1 r6ab5981  
    1 // emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_array.h,v 1.4 1997-04-30 13:08:24 schmidt Exp $
     1/* emacs edit mode for this file is -*- C++ -*- */
     2/* $Id: ftmpl_array.h,v 1.5 1997-06-19 13:11:13 schmidt Exp $ */
    33
    44#ifndef INCL_ARRAY_H
    55#define INCL_ARRAY_H
    6 
    7 /*
    8 $Log: not supported by cvs2svn $
    9 Revision 1.3  1997/04/15 10:04:24  schmidt
    10 #include <config.h> added
    11 the header config.h will be included be makeheader
    12 
    13 Revision 1.2  1997/03/27 10:29:30  schmidt
    14 stream-io wrapped by NOSTREAMIO
    15 
    16 Revision 1.1  1996/07/16 12:24:57  stobbe
    17 "operators += and *= deleted sincethey are not needed in an general
    18 array class als well as the functions sum, prod, crossprod.
    19 "
    20 
    21 Revision 1.0  1996/05/17 11:06:32  stobbe
    22 Initial revision
    23 
    24 */
    256
    267#include <factoryconf.h>
     
    5839#endif /* NOSTREAMIO */
    5940
    60 #endif /* INCL_ARRAY_H */
     41#endif /* ! INCL_ARRAY_H */
  • factory/templates/ftmpl_factor.cc

    r011fdd1 r6ab5981  
    1 // emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_factor.cc,v 1.3 1997-04-30 13:08:24 schmidt Exp $
    3 
    4 /*
    5 $Log: not supported by cvs2svn $
    6 Revision 1.2  1997/04/15 10:06:53  schmidt
    7 #include <config.h> added
    8 the header config.h will be included be makeheader
    9 
    10 Revision 1.1  1997/03/27 10:30:00  schmidt
    11 stream-io wrapped by NOSTREAMIO
    12 
    13 Revision 1.0  1996/05/17 11:06:32  stobbe
    14 Initial revision
    15 
    16 */
     1/* emacs edit mode for this file is -*- C++ -*- */
     2/* $Id: ftmpl_factor.cc,v 1.4 1997-06-19 13:11:14 schmidt Exp $ */
    173
    184#include <factoryconf.h>
  • factory/templates/ftmpl_factor.h

    r011fdd1 r6ab5981  
    1 // emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_factor.h,v 1.3 1997-04-30 13:08:25 schmidt Exp $
     1/* emacs edit mode for this file is -*- C++ -*- */
     2/* $Id: ftmpl_factor.h,v 1.4 1997-06-19 13:11:15 schmidt Exp $ */
    33
    44#ifndef INCL_FACTOR_H
    55#define INCL_FACTOR_H
    6 
    7 /*
    8 $Log: not supported by cvs2svn $
    9 Revision 1.2  1997/04/15 10:08:06  schmidt
    10 #include <config.h> added
    11 the header config.h will be included be makeheader
    12 
    13 Revision 1.1  1997/03/27 10:30:35  schmidt
    14 stream-io wrapped by NOSTREAMIO
    15 
    16 Revision 1.0  1996/05/17 11:06:32  stobbe
    17 Initial revision
    18 
    19 */
    206
    217#include <factoryconf.h>
     
    5642#endif /* NOSTREAMIO */
    5743
    58 #endif /* INCL_FACTOR_H */
     44#endif /* ! INCL_FACTOR_H */
  • factory/templates/ftmpl_functions.h

    r011fdd1 r6ab5981  
    1 // emacs mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_functions.h,v 1.2 1997-04-30 13:08:26 schmidt Exp $
     1/* emacs edit mode for this file is -*- C++ -*- */
     2/* $Id: ftmpl_functions.h,v 1.3 1997-06-19 13:11:16 schmidt Exp $ */
    33
    4 #ifndef INCL_TMPLFUNCTIONS_H
    5 #define INCL_TMPLFUNCTIONS_H
    6 
    7 /*
    8 $Log: not supported by cvs2svn $
    9 Revision 1.1  1997/04/15 10:09:07  schmidt
    10 #include <config.h> added
    11 the header config.h will be included be makeheader
    12 
    13 Revision 1.0  1996/05/17 11:06:32  stobbe
    14 Initial revision
    15 
    16 */
     4#ifndef INCL_FUNCTIONS_H
     5#define INCL_FUNCTIONS_H
    176
    187#include <factoryconf.h>
     
    3019}
    3120
    32 #endif
     21#endif /* ! INCL_FUNCTIONS_H */
  • factory/templates/ftmpl_list.cc

    r011fdd1 r6ab5981  
    1 // emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_list.cc,v 1.3 1997-04-30 13:08:26 schmidt Exp $
    3 
    4 /*
    5 $Log: not supported by cvs2svn $
    6 Revision 1.2  1997/04/15 10:10:20  schmidt
    7 #include <config.h> added
    8 the headers config.h and assert.h will be included
    9   be makeheader now
    10 
    11 Revision 1.1  1997/03/27 10:31:57  schmidt
    12 stream-io wrapped by NOSTREAMIO
    13 error check changed to ASSERT
    14 
    15 Revision 1.0  1996/05/17 11:06:32  stobbe
    16 Initial revision
    17 
    18 */
     1/* emacs edit mode for this file is -*- C++ -*- */
     2/* $Id: ftmpl_list.cc,v 1.4 1997-06-19 13:11:19 schmidt Exp $ */
    193
    204#include <factoryconf.h>
  • factory/templates/ftmpl_list.h

    r011fdd1 r6ab5981  
    1 // emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_list.h,v 1.3 1997-04-30 13:08:27 schmidt Exp $
     1/* emacs edit mode for this file is -*- C++ -*- */
     2/* $Id: ftmpl_list.h,v 1.4 1997-06-19 13:11:23 schmidt Exp $ */
    33
    44#ifndef INCL_LIST_H
    55#define INCL_LIST_H
    6 
    7 /*
    8 $Log: not supported by cvs2svn $
    9 Revision 1.2  1997/04/15 10:11:37  schmidt
    10 #include <config.h> added
    11 the header config.h will be included be makeheader
    12 
    13 Revision 1.1  1997/03/27 10:32:32  schmidt
    14 stream-io wrapped by NOSTREAMIO
    15 
    16 Revision 1.0  1996/05/17 11:06:32  stobbe
    17 Initial revision
    18 
    19 */
    206
    217#include <factoryconf.h>
     
    121107T prod ( const List<T>& );
    122108
    123 #endif /* INCL_LIST_H */
     109#endif /* ! INCL_LIST_H */
  • factory/templates/ftmpl_matrix.cc

    r011fdd1 r6ab5981  
    1 // emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_matrix.cc,v 1.5 1997-04-30 13:08:28 schmidt Exp $
    3 
    4 /*
    5  * $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  *
    10  * Revision 1.3  1997/04/15 10:12:43  schmidt
    11  * #include <config.h> added
    12  * the headers config.h and assert.h will be included
    13  *   be makeheader now
    14  *
    15  * Revision 1.2  1997/03/27 10:33:48  schmidt
    16  * stream-io wrapped by NOSTREAMIO
    17  * definition of assertions replaced by #include <assert.h>
    18  *
    19  * Revision 1.1  1996/12/18 15:04:23  schmidt
    20  * Initial revision
    21  *
    22  */
     1/* emacs edit mode for this file is -*- C++ -*- */
     2/* $Id: ftmpl_matrix.cc,v 1.6 1997-06-19 13:11:26 schmidt Exp $ */
    233
    244#include <factoryconf.h>
  • factory/templates/ftmpl_matrix.h

    r011fdd1 r6ab5981  
    1 // emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_matrix.h,v 1.5 1997-04-30 13:08:28 schmidt Exp $
     1/* emacs edit mode for this file is -*- C++ -*- */
     2/* $Id: ftmpl_matrix.h,v 1.6 1997-06-19 13:11:26 schmidt Exp $ */
    33
    44#ifndef INCL_MATRIX_H
    55#define INCL_MATRIX_H
    6 
    7 /*
    8  * $Log: not supported by cvs2svn $
    9  * Revision 1.4  1997/04/18 16:42:01  schmidt
    10  * o class Matrix: typedef T* T_ptr; added
    11  *
    12  * Revision 1.3  1997/04/15 10:13:42  schmidt
    13  * #include <config.h> added
    14  * the header config.h will be included be makeheader
    15  *
    16  * Revision 1.2  1997/03/27 10:34:15  schmidt
    17  * stream-io wrapped by NOSTREAMIO
    18  *
    19  * Revision 1.1  1996/12/18 15:04:42  schmidt
    20  * Initial revision
    21  *
    22  */
    236
    247#include <factoryconf.h>
     
    9174};
    9275
    93 
    94 
    95 
    96 #endif /* INCL_MATRIX_H */
     76#endif /* ! INCL_MATRIX_H */
Note: See TracChangeset for help on using the changeset viewer.