Changeset 2689 in Sophya for trunk/SophyaPI/PIext/nomtmatvecadapter.cc
- Timestamp:
- Apr 26, 2005, 11:52:55 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomtmatvecadapter.cc
r2683 r2689 353 353 /* --Methode-- */ 354 354 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 355 r_8* NTupInt_TMatrix< complex<r_4> >::GetLineD( int n) const355 r_8* NTupInt_TMatrix< complex<r_4> >::GetLineD(sa_size_t n) const 356 356 { 357 357 int i,j; … … 371 371 372 372 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 373 r_8* NTupInt_TMatrix< complex<r_8> >::GetLineD( int n) const373 r_8* NTupInt_TMatrix< complex<r_8> >::GetLineD(sa_size_t n) const 374 374 { 375 375 int i,j;
Note:
See TracChangeset
for help on using the changeset viewer.