Changeset 508 in Sophya for trunk/SophyaLib/NTools/tvector.h
- Timestamp:
- Oct 25, 1999, 12:36:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/tvector.h
r502 r508 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // C.Magneville 05/99 3 #ifndef TV ECTOR_SEEN4 #define TV ECTOR_SEEN3 #ifndef TVector_SEEN 4 #define TVector_SEEN 5 5 6 6 #include "tmatrix.h" … … 76 76 } 77 77 78 // Typedef pour simplifier 79 //typedef TVector<r_8> Vector;78 // Typedef pour simplifier et compatibilite Peida 79 typedef TVector<r_8> Vector; 80 80 81 81 /////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.