Changeset 270 in Sophya for trunk/SophyaLib/NTools/rzimage.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/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.