Changeset 2868 in Sophya for trunk/SophyaLib/TArray/tmatrix.cc
- Timestamp:
- Jan 3, 2006, 3:20:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tmatrix.cc
r2788 r2868 1 // $Id: tmatrix.cc,v 1.3 2 2005-05-30 16:53:23ansari Exp $1 // $Id: tmatrix.cc,v 1.33 2006-01-03 14:17:46 ansari Exp $ 2 2 // C.Magneville 04/99 3 3 #include "sopnamsp.h" … … 671 671 672 672 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 673 namespace SOPHYA { 673 674 template class TMatrix<uint_2>; 674 675 template class TMatrix<uint_8>; … … 679 680 template class TMatrix< complex<r_4> >; 680 681 template class TMatrix< complex<r_8> >; 682 } 681 683 #endif
Note:
See TracChangeset
for help on using the changeset viewer.