Changeset 6ab5981 in git for factory/templates/ftmpl_array.h
- Timestamp:
- Jun 19, 1997, 3:11:26 PM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 31af2e67fbc3b85bad6ae14b2a145b558825b438
- Parents:
- 011fdd1ee001ce9ad867e9c5b33c3392f94f1235
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 $ */ 3 3 4 4 #ifndef INCL_ARRAY_H 5 5 #define INCL_ARRAY_H 6 7 /*8 $Log: not supported by cvs2svn $9 Revision 1.3 1997/04/15 10:04:24 schmidt10 #include <config.h> added11 the header config.h will be included be makeheader12 13 Revision 1.2 1997/03/27 10:29:30 schmidt14 stream-io wrapped by NOSTREAMIO15 16 Revision 1.1 1996/07/16 12:24:57 stobbe17 "operators += and *= deleted sincethey are not needed in an general18 array class als well as the functions sum, prod, crossprod.19 "20 21 Revision 1.0 1996/05/17 11:06:32 stobbe22 Initial revision23 24 */25 6 26 7 #include <factoryconf.h> … … 58 39 #endif /* NOSTREAMIO */ 59 40 60 #endif /* INCL_ARRAY_H */41 #endif /* ! INCL_ARRAY_H */
Note: See TracChangeset
for help on using the changeset viewer.