Changeset 2869 in Sophya


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

Location:
trunk/SophyaLib/SkyMap
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/fiolocalmap.cc

    r2615 r2869  
    227227#endif
    228228#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     229namespace SOPHYA {
    229230template class FIO_LocalMap<int_4>;
    230231template class FIO_LocalMap<r_4>;
     
    232233template class FIO_LocalMap< complex<r_4> >;
    233234template class FIO_LocalMap< complex<r_8> >;
     235}
    234236#endif
  • 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
  • trunk/SophyaLib/SkyMap/fiospherehealpix.cc

    r2615 r2869  
    171171#endif
    172172#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     173namespace SOPHYA {
    173174template class FIO_SphereHEALPix<int_4>;
    174175template class FIO_SphereHEALPix<r_8>;
     
    176177template class FIO_SphereHEALPix< complex<r_4> >;
    177178template class FIO_SphereHEALPix< complex<r_8> >;
     179}
    178180#endif
  • 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
  • trunk/SophyaLib/SkyMap/localmap.cc

    r2615 r2869  
    960960#endif
    961961#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     962namespace SOPHYA {
    962963template class LocalMap<int_4>;
    963964template class LocalMap<r_8>;
     
    965966template class LocalMap< complex<r_8> >;
    966967template class LocalMap< complex<r_4> >;
     968}
    967969#endif
  • trunk/SophyaLib/SkyMap/mapoperation.cc

    r2615 r2869  
    8080 
    8181#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    82 template class MapOperations<r_4>;
    83 template class MapOperations<r_8>;
     82template class SOPHYA::MapOperations<r_4>;
     83template class SOPHYA::MapOperations<r_8>;
    8484#endif
    8585   
  • 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
  • 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
  • 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.