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