Ignore:
Timestamp:
Apr 26, 2005, 11:52:55 AM (20 years ago)
Author:
ansari
Message:

Suite adaptation a modif interface_ntuple (remplacement int par sa_size_t (oublie ds implementation specifique pour classes template)) et suppression warning de compil pour format printf/sprintf ds pawexecut.cc , pintuple.cc - Reza 26/4/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomtmatvecadapter.cc

    r2683 r2689  
    353353/* --Methode-- */
    354354DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    355 r_8* NTupInt_TMatrix< complex<r_4> >::GetLineD(int n) const
     355r_8* NTupInt_TMatrix< complex<r_4> >::GetLineD(sa_size_t n) const
    356356{
    357357int i,j;
     
    371371
    372372DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    373 r_8* NTupInt_TMatrix< complex<r_8> >::GetLineD(int n) const
     373r_8* NTupInt_TMatrix< complex<r_8> >::GetLineD(sa_size_t n) const
    374374{
    375375int i,j;
Note: See TracChangeset for help on using the changeset viewer.