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

    r2808 r2869  
    704704#endif
    705705#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     706namespace SOPHYA {
    706707template class SphereHEALPix<uint_2>;
    707708template class SphereHEALPix<int_4>;
     
    710711template class SphereHEALPix< complex<r_4> >;
    711712template class SphereHEALPix< complex<r_8> >;
     713}
    712714#endif
    713715
Note: See TracChangeset for help on using the changeset viewer.