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

    r2808 r2869  
    850850#endif
    851851#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     852namespace SOPHYA {
    852853template class SphereThetaPhi<int_4>;
    853854template class SphereThetaPhi<r_8>;
     
    855856template class SphereThetaPhi< complex<r_4> >;
    856857template class SphereThetaPhi< complex<r_8> >;
     858}
    857859#endif
Note: See TracChangeset for help on using the changeset viewer.