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

    r2683 r2689  
    408408
    409409DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    410 r_8* NTupInt_PixelMap< complex<float> >::GetLineD(int n) const
     410r_8* NTupInt_PixelMap< complex<float> >::GetLineD(sa_size_t n) const
    411411{
    412412int i;
     
    426426
    427427DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    428 r_8* NTupInt_PixelMap< complex<double> >::GetLineD(int n) const
     428r_8* NTupInt_PixelMap< complex<double> >::GetLineD(sa_size_t n) const
    429429{
    430430int i;
Note: See TracChangeset for help on using the changeset viewer.