Changeset 967 in Sophya for trunk/SophyaLib/TArray/tmatrix.cc
- Timestamp:
- Apr 21, 2000, 6:31:26 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tmatrix.cc
r958 r967 1 // $Id: tmatrix.cc,v 1. 8 2000-04-18 13:38:52ansari Exp $1 // $Id: tmatrix.cc,v 1.9 2000-04-21 16:31:25 ansari Exp $ 2 2 // C.Magneville 04/99 3 3 #include "machdefs.h" … … 42 42 } 43 43 44 //! Constructor by copy (share data if \b a is temporary). 44 //! Constructor by copy 45 /*! \sa NDataBlock::NDataBlock(const NDataBlock<T>&) */ 45 46 template <class T> 46 47 TMatrix<T>::TMatrix(const TMatrix<T>& a) 47 // Constructeur par copie (partage si "a" temporaire).48 // Constructeur par copie 48 49 : TArray<T>(a) 49 50 {
Note:
See TracChangeset
for help on using the changeset viewer.