Changeset 2882 in Sophya


Ignore:
Timestamp:
Jan 3, 2006, 7:11:43 PM (20 years ago)
Author:
ansari
Message:

Pb instanciation explicite ds namespace (compil magique) - Reza 3/01/2006

Location:
trunk/SophyaLib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/dynccd.cc

    r2870 r2882  
    176176
    177177#if defined(ANSI_TEMPLATES) || defined(__GNU_TEMPLATES__)
     178#if defined( __IBMCPP__ )
    178179namespace SOPHYA {
     180#endif
    179181template Image<uint_2> NoiseImage<uint_2>(Image<uint_2> const& , DynCCD const&);
    180182template Image< int_4> NoiseImage< int_4>(Image< int_4> const& , DynCCD const&);
     
    184186template void ImgAddNoise< int_4>(Image< int_4>&, DynCCD const&);
    185187template void ImgAddNoise<   r_4>(Image<   r_4>&, DynCCD const&);
     188#if defined( __IBMCPP__ )
    186189}
    187190#endif
     191
     192#endif
  • trunk/SophyaLib/SkyMap/fiosphereecp.cc

    r2869 r2882  
    131131}
    132132
     133}// Fin du namespace
     134
    133135#ifdef __CXX_PRAGMA_TEMPLATES__
    134136#pragma define_template FIO_SphereECP<int_4>
     
    148150#endif
    149151
    150 }// Fin du namespace
  • trunk/SophyaLib/SkyMap/sphereecp.cc

    r2869 r2882  
    419419
    420420
     421}// Fin du namespace
    421422
    422423
     
    438439#endif
    439440
    440 }// Fin du namespace
Note: See TracChangeset for help on using the changeset viewer.