Changeset 2870 in Sophya for trunk/SophyaLib/NTools/dynccd.cc


Ignore:
Timestamp:
Jan 3, 2006, 3:23:37 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 + correction ambiguite syntaxe new X* [] - Reza 3 Jan 2006

File:
1 edited

Legend:

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

    r2808 r2870  
    176176
    177177#if defined(ANSI_TEMPLATES) || defined(__GNU_TEMPLATES__)
     178namespace SOPHYA {
    178179template Image<uint_2> NoiseImage<uint_2>(Image<uint_2> const& , DynCCD const&);
    179180template Image< int_4> NoiseImage< int_4>(Image< int_4> const& , DynCCD const&);
     
    183184template void ImgAddNoise< int_4>(Image< int_4>&, DynCCD const&);
    184185template void ImgAddNoise<   r_4>(Image<   r_4>&, DynCCD const&);
     186}
    185187#endif
Note: See TracChangeset for help on using the changeset viewer.