Changeset 508 in Sophya for trunk/SophyaLib/NTools/tmatrix.h
- Timestamp:
- Oct 25, 1999, 12:36:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/tmatrix.h
r502 r508 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // C.Magneville 04/99 3 #ifndef TM ATRIX_SEEN4 #define TM ATRIX_SEEN3 #ifndef TMatrix_SEEN 4 #define TMatrix_SEEN 5 5 6 6 #include "machdefs.h" … … 179 179 180 180 //////////////////////////////////////////////////////////////// 181 // Typedef pour simplifier 182 //typedef TMatrix<r_8> Matrix;181 // Typedef pour simplifier et compatibilite Peida 182 typedef TMatrix<r_8> Matrix; 183 183 184 184 ///////////////////////////////////////////////////////////////////////// … … 314 314 inline T TMatrixRC<T>::operator()(uint_4 i) const {return data[i*step];} 315 315 316 //////////////////////////////////////////////////////////////// 317 // Typedef pour simplifier et compatibilite Peida 318 typedef TMatrixRC<r_8> MatrixRC; 319 316 320 } // Fin du namespace 317 321
Note:
See TracChangeset
for help on using the changeset viewer.