Changeset 1543 in Sophya for trunk/SophyaLib/TArray/tmatrix.cc
- Timestamp:
- Jun 18, 2001, 4:47:10 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tmatrix.cc
r1415 r1543 1 // $Id: tmatrix.cc,v 1.1 8 2001-02-22 15:09:37ansari Exp $1 // $Id: tmatrix.cc,v 1.19 2001-06-18 14:47:10 ansari Exp $ 2 2 // C.Magneville 04/99 3 3 #include "machdefs.h" … … 413 413 #ifdef __CXX_PRAGMA_TEMPLATES__ 414 414 #pragma define_template TMatrix<uint_2> 415 #pragma define_template TMatrix<uint_8> 415 416 #pragma define_template TMatrix<int_4> 416 417 #pragma define_template TMatrix<int_8> … … 423 424 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 424 425 template class TMatrix<uint_2>; 426 template class TMatrix<uint_8>; 425 427 template class TMatrix<int_4>; 426 428 template class TMatrix<int_8>;
Note:
See TracChangeset
for help on using the changeset viewer.