Changeset 1624 in Sophya for trunk/SophyaLib/TArray/tvector.cc
- Timestamp:
- Aug 7, 2001, 12:52:19 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tvector.cc
r1560 r1624 1 // $Id: tvector.cc,v 1.1 3 2001-07-03 15:41:56 ansariExp $1 // $Id: tvector.cc,v 1.14 2001-08-06 22:48:43 cmv Exp $ 2 2 // C.Magneville 04/99 3 3 #include "machdefs.h" … … 167 167 TMatrix<T> const & mtx = (*this); 168 168 TVector sv( mtx(rr, cr) , true, GetVectorType(), GetMemoryMapping() ); 169 sv.SetTemp(true);170 169 return(sv); 171 170 }
Note:
See TracChangeset
for help on using the changeset viewer.