Changeset 270 in Sophya for trunk/SophyaLib/NTools


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

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

Location:
trunk/SophyaLib/NTools
Files:
4 edited

Legend:

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

    r253 r270  
    55// LAL (Orsay) / IN2P3-CNRS  DAPNIA/SPP (Saclay) / CEA
    66
    7 // $Id: cimage.cc,v 1.3 1999-04-23 09:30:16 ansari Exp $       
     7// $Id: cimage.cc,v 1.4 1999-04-27 15:03:01 ansari Exp $       
    88
    99
     
    17771777
    17781778
    1779 #if defined(__ANSI_TEMPLATES__)
     1779#if defined(ANSI_TEMPLATES)
    17801780template class Image<uint_1>;
    17811781template class Image<uint_2>;
  • trunk/SophyaLib/NTools/dynccd.cc

    r244 r270  
    360360
    361361
    362 #if ( defined(__ANSI_TEMPLATES__) && !defined(__aCC__) )
     362#if ( defined(ANSI_TEMPLATES) && !defined(__aCC__) )
    363363template Image<uint_2> * NoiseImage<uint_2>(Image<uint_2> const * , DynCCD const *);
    364364template Image< int_2> * NoiseImage< int_2>(Image< int_2> const * , DynCCD const *);
  • 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);
  • trunk/SophyaLib/NTools/rzimage.cc

    r244 r270  
    55// LAL (Orsay) / IN2P3-CNRS  DAPNIA/SPP (Saclay) / CEA
    66
    7 //  $Id: rzimage.cc,v 1.2 1999-04-22 16:18:49 ansari Exp $
     7//  $Id: rzimage.cc,v 1.3 1999-04-27 15:03:02 ansari Exp $
    88
    99#include "machdefs.h"
     
    884884#endif
    885885
    886 #ifdef __GNU_TEMPLATES__
     886#ifdef GNU_TEMPLATES
    887887template class RzVect<uint_1>;
    888888template class RzVect<uint_2>;
     
    893893#endif
    894894
    895 #if defined(__ANSI_TEMPLATES__)
     895#if defined(ANSI_TEMPLATES)
    896896template class RzVect<uint_1>;
    897897template class RzVect<uint_2>;
Note: See TracChangeset for help on using the changeset viewer.