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/nomtarradapter.cc

    r2683 r2689  
    227227/* --Methode-- */
    228228DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    229 r_8* NTupInt_TArray< complex<r_4> >::GetLineD(int n) const
     229r_8* NTupInt_TArray< complex<r_4> >::GetLineD(sa_size_t n) const
    230230{
    231231if ((n < 0) || (n >= (int)(mArr->Size()) ) ) {
     
    247247
    248248DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    249 r_8* NTupInt_TArray< complex<r_8> >::GetLineD(int n) const
     249r_8* NTupInt_TArray< complex<r_8> >::GetLineD(sa_size_t n) const
    250250{
    251251if ((n < 0) || (n >= (int)(mArr->Size()) ) ) {
Note: See TracChangeset for help on using the changeset viewer.