Changeset 2874 in Sophya for trunk/SophyaExt


Ignore:
Timestamp:
Jan 3, 2006, 3:32:51 PM (20 years ago)
Author:
ansari
Message:

Portage/compilation sur AIX-XlC (regatta): Ajout namespace SOPHYA/qualification de nom pour instanciation explicite de template - Reza 3 Jan 2006

Location:
trunk/SophyaExt/FitsIOServer
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitslocalmap.cc

    r2615 r2874  
    247247#endif
    248248#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     249namespace SOPHYA {
    249250template class FITS_LocalMap<r_8>;
    250251template class FITS_LocalMap<r_4>;
    251252template class FITS_LocalMap<int_4>;
     253}
    252254#endif
  • trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc

    r2615 r2874  
    290290#endif
    291291#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     292namespace SOPHYA {
    292293template class FITS_SphereHEALPix<r_8>;
    293294template class FITS_SphereHEALPix<r_4>;
    294295template class FITS_SphereHEALPix<int_4>;
     296}
    295297#endif
  • trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc

    r2615 r2874  
    287287#endif
    288288#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     289namespace SOPHYA {
    289290template class FITS_SphereThetaPhi<r_8>;
    290291template class FITS_SphereThetaPhi<r_4>;
    291292template class FITS_SphereThetaPhi<int_4>;
     293}
    292294#endif
  • trunk/SophyaExt/FitsIOServer/fitstarray.cc

    r2615 r2874  
    167167#endif
    168168#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     169namespace SOPHYA {
    169170template class FITS_TArray<r_8>;
    170171template class FITS_TArray<r_4>;
    171172template class FITS_TArray<int_4>;
     173}
    172174#endif
Note: See TracChangeset for help on using the changeset viewer.