Changeset 6ab5981 in git for factory/templates/ftmpl_matrix.cc
- 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_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 $ */ 23 3 24 4 #include <factoryconf.h>
Note: See TracChangeset
for help on using the changeset viewer.