Changeset 2882 in Sophya for trunk/SophyaLib/NTools


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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.