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

    r2615 r2869  
    139139#endif
    140140#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     141namespace SOPHYA {
    141142template class FIO_SphereECP<int_4>;
    142143template class FIO_SphereECP<r_8>;
     
    144145template class FIO_SphereECP< complex<r_4> >;
    145146template class FIO_SphereECP< complex<r_8> >;
     147}
    146148#endif
    147149
Note: See TracChangeset for help on using the changeset viewer.