Changeset 2869 in Sophya for trunk/SophyaLib/SkyMap/sphereecp.cc


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

    r2808 r2869  
    429429#endif
    430430#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     431namespace SOPHYA {
    431432template class SphereECP<int_4>;
    432433template class SphereECP<r_4>;
     
    434435template class SphereECP< complex<r_4> >;
    435436template class SphereECP< complex<r_8> >;
     437}
    436438#endif
    437439
Note: See TracChangeset for help on using the changeset viewer.