Changeset 270 in Sophya for trunk/SophyaLib/NTools/imageop.cc


Ignore:
Timestamp:
Apr 27, 1999, 5:03:02 PM (26 years ago)
Author:
ansari
Message:

Portage sur Linux (instances template) Reza 27/04/99

File:
1 edited

Legend:

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

    r244 r270  
    12101210
    12111211
    1212 #if ( defined(__ANSI_TEMPLATES__) && !defined(__aCC__) )
     1212#if ( defined(ANSI_TEMPLATES) && !defined(__aCC__) )
    12131213template float RzCmvSigmaCiel<uint_2 const>(uint_2 const*, int, int, int, int, int, float, int, float, float, int);
    12141214template float RzCmvSigmaCiel< int_2 const>( int_2 const*, int, int, int, int, int, float, int, float, float, int);
     
    12471247
    12481248
    1249 #ifdef __GNU_TEMPLATES__
     1249#ifdef GNU_TEMPLATES
    12501250template float RzCmvSigmaCiel(uint_2 const*, int, int, int, int, int, float, int, float, float, int);
    12511251template float RzCmvSigmaCiel( int_2 const*, int, int, int, int, int, float, int, float, float, int);
Note: See TracChangeset for help on using the changeset viewer.