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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/fiospherehealpix.cc

    r2615 r2869  
    171171#endif
    172172#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     173namespace SOPHYA {
    173174template class FIO_SphereHEALPix<int_4>;
    174175template class FIO_SphereHEALPix<r_8>;
     
    176177template class FIO_SphereHEALPix< complex<r_4> >;
    177178template class FIO_SphereHEALPix< complex<r_8> >;
     179}
    178180#endif
Note: See TracChangeset for help on using the changeset viewer.