Changeset 1560 in Sophya for trunk/SophyaLib/TArray/tvector.cc
- Timestamp:
- Jul 3, 2001, 5:41:56 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tvector.cc
r1543 r1560 1 // $Id: tvector.cc,v 1.1 2 2001-06-18 14:47:10ansari Exp $1 // $Id: tvector.cc,v 1.13 2001-07-03 15:41:56 ansari Exp $ 2 2 // C.Magneville 04/99 3 3 #include "machdefs.h" … … 21 21 : TMatrix<T>() 22 22 { 23 arrtype_ = 2; // Type = Vector 23 24 } 24 25
Note:
See TracChangeset
for help on using the changeset viewer.