Changeset 976 in Sophya for trunk/SophyaLib/TArray/tvector.cc
- Timestamp:
- Apr 27, 2000, 7:55:14 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tvector.cc
r967 r976 1 // $Id: tvector.cc,v 1. 7 2000-04-21 16:31:26ansari Exp $1 // $Id: tvector.cc,v 1.8 2000-04-27 17:53:52 ansari Exp $ 2 2 // C.Magneville 04/99 3 3 #include "machdefs.h" … … 40 40 41 41 //! Constructor by copy 42 /*! \sa NDataBlock::NDataBlock(const NDataBlock<T>&) */ 42 /*! 43 \warning datas are \b SHARED with \b a. 44 \sa NDataBlock::NDataBlock(const NDataBlock<T>&) 45 */ 43 46 template <class T> 44 47 TVector<T>::TVector(const TVector<T>& a)
Note:
See TracChangeset
for help on using the changeset viewer.