Changeset 2868 in Sophya for trunk/SophyaLib/TArray/tvector.cc


Ignore:
Timestamp:
Jan 3, 2006, 3:20:23 PM (20 years ago)
Author:
ansari
Message:

Portage/compilation sur AIX-XlC (regatta): Ajout qualification de nom et namespace SOPHYA pour instanciation template - Reza 3 Jan 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/tvector.cc

    r2752 r2868  
    1 // $Id: tvector.cc,v 1.19 2005-05-23 16:18:17 ansari Exp $
     1// $Id: tvector.cc,v 1.20 2006-01-03 14:17:46 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "sopnamsp.h"
     
    255255
    256256#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     257namespace SOPHYA {
    257258template class TVector<uint_2>;
    258259template class TVector<uint_8>;
     
    263264template class TVector< complex<r_4> >;
    264265template class TVector< complex<r_8> >;
     266}
    265267#endif
    266268
Note: See TracChangeset for help on using the changeset viewer.