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

    r2615 r2869  
    189189#endif
    190190#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     191namespace SOPHYA {
    191192template class FIO_SphereThetaPhi<int_4>;
    192193template class FIO_SphereThetaPhi<r_8>;
     
    194195template class FIO_SphereThetaPhi< complex<r_4> >;
    195196template class FIO_SphereThetaPhi< complex<r_8> >;
     197}
    196198#endif
Note: See TracChangeset for help on using the changeset viewer.