Changeset 3869 in Sophya for trunk/SophyaLib/TArray/tvector.cc
- Timestamp:
- Aug 12, 2010, 5:01:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tvector.cc
r3857 r3869 1 // $Id: tvector.cc,v 1.2 7 2010-08-12 10:22:17 ansari Exp $1 // $Id: tvector.cc,v 1.28 2010-08-12 15:01:47 ansari Exp $ 2 2 // C.Magneville 04/99 3 3 #include "sopnamsp.h" … … 248 248 } 249 249 250 /* 250 /*! 251 251 \brief to std::vector<T> conversion function 252 252 253 Return san std::vector<T> with the same size as the original vector and with elements std::vec[i]=(*this)(i)253 Return an std::vector<T> with the same size as the original vector and with elements std::vec[i]=(*this)(i) 254 254 */ 255 255 template <class T>
Note:
See TracChangeset
for help on using the changeset viewer.